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

Tatsuo Ishii ishii at sraoss.co.jp
Fri Dec 8 06:12:51 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
------
master

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

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



More information about the pgpool-committers mailing list