[pgpool-committers: 5691] pgpool: Deal with PostgreSQL 12.

Tatsuo Ishii ishii at sraoss.co.jp
Tue Apr 30 15:34:24 JST 2019


Deal with PostgreSQL 12.

HeapTupleGetOid() is not available any more in PostgreSQL 12. Use
GETSTRUCT() and refer to oid column of Form_pg_proc.

Branch
------
V3_4_STABLE

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

Modified Files
--------------
src/sql/pgpool-recovery/pgpool-recovery.c | 10 +++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list