David Rees drees76 at gmail.com
Tue Feb 5 12:48:33 PST 2008
On Feb 5, 2008 6:57 AM, Brad Nicholson <bnichols at ca.afilias.info> wrote:
> Builds, but doesn't work is my understanding.  Something to do with a
> change of the number of arguments passed to an internal PG function.

Doesn't even build for me on my Fedora 8 test system against 8.3:

make[2]: Entering directory `/tmp/slony1-1.2.12/src/backend'
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../..
-fpic -I/usr/local/pgsql-8.3.0-2008020400/include/
-I/usr/local/pgsql-8.3.0-2008020400/include/server/  -c -o
slony1_funcs.o slony1_funcs.c
slony1_funcs.c: In function 'slon_quote_literal':
slony1_funcs.c:1106: warning: pointer targets in passing argument 1 of
'pg_mblen' differ in signedness
slony1_funcs.c: In function 'getClusterStatus':
slony1_funcs.c:1357: warning: passing argument 1 of 'typenameTypeId'
from incompatible pointer type
slony1_funcs.c:1357: error: too few arguments to function 'typenameTypeId'
slony1_funcs.c:1440: warning: passing argument 1 of 'typenameTypeId'
from incompatible pointer type
slony1_funcs.c:1440: error: too few arguments to function 'typenameTypeId'
make[2]: *** [slony1_funcs.o] Error 1
make[2]: Leaving directory `/tmp/slony1-1.2.12/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/slony1-1.2.12/src'
make: *** [all] Error 2

Pulling the HEAD of CVS does build as does the REL_1_2_STABLE branch,
but I have not installed it or ran any tests.

-Dave


More information about the Slony1-general mailing list