[pgpool-committers: 9678] pgpool: Remove duplicate definition of TransactionId.

Tatsuo Ishii ishii at sraoss.co.jp
Fri Dec 8 06:12:35 JST 2023


Remove duplicate definition of TransactionId.

Since commit: ca300f839, following is defined in
src/include/parser/pg_list.h and src/include/parser/primnodes.h.

typedef uint32 TransactionId;

This is harmless in moder OS/compilers, but an old RHEL5 user reported
that this results in compile error:
https://www.pgpool.net/pipermail/pgpool-general/2023-December/009040.html

So remove the definition from primnodes.h (remove it from pg_list.h
causes another compile error).

Back patched to V4_5_STABLE.

Branch
------
V4_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=b37b84866810a75e09cd8cb27810c54c6f8d8fbc

Modified Files
--------------
src/include/parser/primnodes.h | 1 -
1 file changed, 1 deletion(-)



More information about the pgpool-committers mailing list