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