[pgpool-committers: 5702] pgpool: Deal with PostgreSQL 12.
Tatsuo Ishii
ishii at sraoss.co.jp
Tue Apr 30 15:34:45 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
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=fda13a93a1025b498bb2a674fb49406d9e3e509c
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