[pgpool-committers: 2535] 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_3_STABLE

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

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



More information about the pgpool-committers mailing list