[pgpool-committers: 2537] 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_0_STABLE

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

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



More information about the pgpool-committers mailing list