[pgpool-committers: 2536] pgpool: Fixing "cannot find xlog functions" error in pgpool-recovery

Muhammad Usama m.usama at gmail.com
Fri Apr 10 02:52:43 JST 2015


Fixing "cannot find xlog functions" error in pgpool-recovery
The argument data type of PG's pg_xlogfile_name() function has been changed from
text to pg_lsn since PostgreSQL 9.4. And pgpool-recovery was still trying to
locate the function by old signature.

Branch
------
V3_4_STABLE

Details
-------
http://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=129ae153cb26f34197d01d20e632be501e2ed876

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



More information about the pgpool-committers mailing list