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

Tatsuo Ishii ishii at sraoss.co.jp
Tue Apr 30 15:34:28 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_5_STABLE

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

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