[pgpool-general: 1814] is pgpool-walrecrunning still required?

Lonni J Friedman netllama at gmail.com
Sat Jun 1 02:20:17 JST 2013


Greetings,
I'm trying to start testing postgresql-9.3 (beta) with pgpool, to plan
for future upgrades, however I'm having problems building the
pgpool-walrecrunning module.

I'm using RHEL6-x86_64 for the OS on the postgresql-9.3 server.  While
I can build pgpool-regclass and pgpool-recovery, when I try to build
pgpool-walrecrunning, it fails:
########
$ make
sed 's,MODULE_PATHNAME,$libdir/pgpool-walrecrunning,g'
pgpool-walrecrunning.sql.in >pgpool-walrecrunning.sql
gcc -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions
-fstack-protector --param=ssp-buffer-size=4 -m64 -mtune=generic
-I/usr/include/et -Wall -Wmissing-prototypes -Wpointer-arith
-Wdeclaration-after-statement -Wendif-labels
-Wmissing-format-attribute -Wformat-security -fno-strict-aliasing
-fwrapv -g -fpic -I. -I. -I/usr/pgsql-9.3/include/server
-I/usr/pgsql-9.3/include/internal -I/usr/include/et -D_GNU_SOURCE
-I/usr/include/libxml2  -I/usr/include  -c -o pgpool-walrecrunning.o
pgpool-walrecrunning.c
pgpool-walrecrunning.c: In function ‘pgpool_walrecrunning’:
pgpool-walrecrunning.c:49: error: ‘WALRCV_RUNNING’ undeclared (first
use in this function)
pgpool-walrecrunning.c:49: error: (Each undeclared identifier is
reported only once
pgpool-walrecrunning.c:49: error: for each function it appears in.)
make: *** [pgpool-walrecrunning.o] Error 1
########

However, I've noticed that there are no longer any references to
pgpool-walrecrunning in the official documentation.  Perhaps its no
longer needed?

thanks


More information about the pgpool-general mailing list