Slony-I Version with Postgres 8.4.0

From: "Plugge, Joe R(dot)" <JRPlugge(at)west(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: Slony-I Version with Postgres 8.4.0
Date: 2009-08-03 21:02:16
Message-ID: BD69807DAE0CE44CA00A8338D0FDD08340DC8EEC@oma00cexmbx03.corp.westworlds.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

What version of Slony-I is "ok" to use with version 8.4.0, I am getting this error when trying to make against 8.4.0 on RHEL4:

[postgres(at)linux1558 slony1-1.2.15]$ make
make[1]: Entering directory `/home/postgres/slony1-1.2.15/src'
make[2]: Entering directory `/home/postgres/slony1-1.2.15/src/xxid'
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I../.. -I/usr/local/pgsql/include/ -I/usr/local/pgsql/include/server/ -c -o xxid.o xxid.c
xxid.c: In function `_Slony_I_getMinXid':
xxid.c:236: error: `SerializableSnapshot' undeclared (first use in this function)
xxid.c:236: error: (Each undeclared identifier is reported only once
xxid.c:236: error: for each function it appears in.)
xxid.c: In function `_Slony_I_getMaxXid':
xxid.c:249: error: `SerializableSnapshot' undeclared (first use in this function)
make[2]: *** [xxid.o] Error 1
make[2]: Leaving directory `/home/postgres/slony1-1.2.15/src/xxid'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/postgres/slony1-1.2.15/src'
make: *** [all] Error 2

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Kenneth Marshall 2009-08-03 21:27:25 Re: Slony-I Version with Postgres 8.4.0
Previous Message Kevin Grittner 2009-08-03 19:56:56 Re: PITR archive_timeout Command