Hi.I proposed some problem solutions at the time of RC. However, One has leaked and the present release is a problem.
1. Make error...
$ make make[1]: Entering directory `/home/HIROSHI/slony1-2.0.0/src' make[2]: Entering directory `/home/HIROSHI/slony1-2.0.0/src/parsestatements' ./test-scanner < /dev/null > emptytestresult.log cmp ./emptytestresult.log emptytestresult.expected.win32 ./test-scanner < ./test_sql.sql > test_sql.log cmp ./test_sql.log ./test_sql.expected.win32 ./test_sql.log ./test_sql.expected.win32 differ: char 2038, line 62 make[2]: *** [test] Error 1 make[2]: Leaving directory `/home/HIROSHI/slony1-2.0.0/src/parsestatements' make[1]: *** [all] Error 2 make[1]: Leaving directory `/home/HIROSHI/slony1-2.0.0/src' make: *** [all] Error 22. problem "#define HAVE_GETACTIVESNAPSHOT 1" on pg8.3.5
I think that it is inadequate. ..
-----config/acx_libpq.m4-----
AC_EGREP_HEADER(GetActiveSnapshot,
utils/snapmgr.h,
[AC_MSG_RESULT(yes)
AC_DEFINE(HAVE_GETACTIVESNAPSHOT)],
AC_MSG_RESULT(no)
)
3. archive is not bz2 but a mere tar file.
http://main.slony.info/downloads/2.0/source/slony1-2.0.0.tar.bz2
P.S)
It seems that information had stopped in me?_?
Regards, Hiroshi Saito----- Original Message ----- From: "Christopher Browne" <[EMAIL PROTECTED]>
To: "slony" <[email protected]> Sent: Tuesday, November 25, 2008 12:53 PM Subject: [Slony1-general] Version 2.0.0 released
We are pleased to make a new major release of Slony-I available, version 2.0.0. It incorporates numerous enhancements and bug fixes contributed over the last year or so. A *major* change is that it is only compatible with PostgreSQL 8.3 and newer versions. Several changes were introduced in 8.3 which allow Slony-I to work in a much "cleaner" fashion. It now interacts with triggers and foreign keys in a clean way, which means you may now use pg_dump against any replica node; replicas no longer have "corrupted" system catalogues. There are also numerous other enhancements; see the file RELEASE-2.0 in the release for more details. Please visit http://slony.info to find the sources. -- let name="cbbrowne" and tld="linuxfinances.info" in name ^ "@" ^ tld;; http://www3.sympatico.ca/cbbrowne/advocacy.html I think it may be possible to simplify and condense the content of this thread somewhat: "GX is an ex-API. It is no longer supported" - The Rest of Us "No it isn't. It's just pining for the fjords!" - Lawson -- Michael Paquette _______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
win32_patch
Description: Binary data
make[1]: Entering directory `/home/HIROSHI/slony1-2.0.0/src'
make[2]: Entering directory `/home/HIROSHI/slony1-2.0.0/src/parsestatements'
./test-scanner < /dev/null > emptytestresult.log
cmp ./emptytestresult.log emptytestresult.expected.win32
./test-scanner < ./test_sql.sql > test_sql.log
cmp ./test_sql.log ./test_sql.expected.win32
./test-scanner < ./cstylecomments.sql > cstylecomments.log
cmp ./cstylecomments.log ./cstylecomments.expected.win32
make[2]: Leaving directory `/home/HIROSHI/slony1-2.0.0/src/parsestatements'
make[2]: Entering directory `/home/HIROSHI/slony1-2.0.0/src/slon'
sed -e 's;FILEDESC;"Slony replication engine";' -e 's;VFT_APP;VFT_APP;' -e
's;SLVERSION;SLONY_I_VERSION_STRING_DEC ,'`date '+%y%j' | sed 's/^0*//'`';'
../../src/slon/port/win32ver.rc.in > win32ver.rc
windres -i win32ver.rc -o win32ver.o --include-dir=../..
rm -f win32ver.rc
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../..
-I../../src/slon -o slon.exe slon.o runtime_config.o local_listen.o
remote_listen.o remote_worker.o sync_thread.o cleanup_thread.o scheduler.o
dbutils.o conf-file.o confoptions.o misc.o ../parsestatements/scanner.o
port/pipe.o port/win32service.o win32ver.o -lpgport -L/usr/local/pgsql/lib
-L/usr/local/pgsql/lib -lpq -lpthreadgc2 -lwsock32
make[2]: Leaving directory `/home/HIROSHI/slony1-2.0.0/src/slon'
make[2]: Entering directory `/home/HIROSHI/slony1-2.0.0/src/slonik'
sed -e 's;FILEDESC;"Slony command interpreter";' -e 's;VFT_APP;VFT_APP;' -e
's;SLVERSION;SLONY_I_VERSION_STRING_DEC ,'`date '+%y%j' | sed 's/^0*//'`';'
../../src/slon/port/win32ver.rc.in > win32ver.rc
windres -i win32ver.rc -o win32ver.o --include-dir=../..
rm -f win32ver.rc
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../..
-DPGSHARE="\"/usr/local/pgsql/share\"" slonik.o dbutil.o parser.o win32ver.o
../parsestatements/scanner.o -lpgport -L/usr/local/pgsql/lib -L/usr/local/pgsql/lib -lpq -o
slonik.exe
make[2]: Leaving directory `/home/HIROSHI/slony1-2.0.0/src/slonik'
make[2]: Entering directory `/home/HIROSHI/slony1-2.0.0/src/backend'
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../..
-I/usr/local/pgsql/include -I/usr/local/pgsql/include/server
-I/usr/local/pgsql/include/server/port/win32 -c -o slony1_funcs.o
slony1_funcs.c
In file included from C:/MinGW/local/pgsql/include/server/utils/snapmgr.h:16,
from slony1_funcs.c:32:
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:20: error: redefinition of
typedef 'Snapshot'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:28: error: previous
declaration of 'Snapshot' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:31: error: redefinition of
typedef 'SnapshotSatisfiesFunc'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:31: error: previous
declaration of 'SnapshotSatisfiesFunc' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:34: error: redefinition of
`struct SnapshotData'
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:63: error: redefinition of
typedef 'SnapshotData'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:60: error: previous
declaration of 'SnapshotData' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:71: error: redeclaration
of enumerator `HeapTupleMayBeUpdated'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:112: error: previous
definition of 'HeapTupleMayBeUpdated' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:72: error: redeclaration
of enumerator `HeapTupleInvisible'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:113: error: previous
definition of 'HeapTupleInvisible' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:73: error: redeclaration
of enumerator `HeapTupleSelfUpdated'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:114: error: previous
definition of 'HeapTupleSelfUpdated' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:74: error: redeclaration
of enumerator `HeapTupleUpdated'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:115: error: previous
definition of 'HeapTupleUpdated' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:76: error: redeclaration
of enumerator `HeapTupleBeingUpdated'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:117: error: previous
definition of 'HeapTupleBeingUpdated' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:76: error: conflicting
types for 'HTSU_Result'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:117: error: previous
declaration of 'HTSU_Result' was here
make[2]: *** [slony1_funcs.o] Error 1
make[2]: Leaving directory `/home/HIROSHI/slony1-2.0.0/src/backend'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/HIROSHI/slony1-2.0.0/src'
make: *** [all] Error 2
_______________________________________________ Slony1-general mailing list [email protected] http://lists.slony.info/mailman/listinfo/slony1-general
