Hiroshi Saito z-saito at guitar.ocn.ne.jp
Tue Nov 25 05:43:20 PST 2008
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 2

2. 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" <cbbrowne at ca.afilias.info>
To: "slony" <slony1-general at lists.slony.info>
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=3D"cbbrowne" and tld=3D"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
> Slony1-general at lists.slony.info
> http://lists.slony.info/mailman/listinfo/slony1-general
-------------- next part --------------
A non-text attachment was scrubbed...
Name: win32_patch
Type: application/octet-stream
Size: 1209 bytes
Desc: not available
Url : http://lists.slony.info/pipermail/slony1-general/attachments/20081125=
/22f66dd1/win32_patch.obj
-------------- next part --------------
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=3D../..
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_liste=
n.o remote_worker.o sync_thread.o cleanup_thread.o scheduler.o dbutils.o co=
nf-file.o confoptions.o misc.o ../parsestatements/scanner.o port/pipe.o por=
t/win32service.o win32ver.o  -lpgport -L/usr/local/pgsql/lib -L/usr/local/p=
gsql/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=3D../..
rm -f win32ver.rc
gcc -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -I../.. -DPGSH=
ARE=3D"\"/usr/local/pgsql/share\""  slonik.o dbutil.o parser.o win32ver.o .=
./parsestatements/scanner.o -lpgport -L/usr/local/pgsql/lib -L/usr/local/pg=
sql/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/us=
r/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:1=
6,
                 from slony1_funcs.c:32:
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:20: error: redefinitio=
n of typedef 'Snapshot'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:28: error: previous decla=
ration of 'Snapshot' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:31: error: redefinitio=
n of typedef 'SnapshotSatisfiesFunc'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:31: error: previous decla=
ration of 'SnapshotSatisfiesFunc' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:34: error: redefinitio=
n of `struct SnapshotData'
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:63: error: redefinitio=
n of typedef 'SnapshotData'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:60: error: previous decla=
ration of 'SnapshotData' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:71: error: redeclarati=
on of enumerator `HeapTupleMayBeUpdated'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:112: error: previous defi=
nition of 'HeapTupleMayBeUpdated' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:72: error: redeclarati=
on of enumerator `HeapTupleInvisible'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:113: error: previous defi=
nition of 'HeapTupleInvisible' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:73: error: redeclarati=
on of enumerator `HeapTupleSelfUpdated'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:114: error: previous defi=
nition of 'HeapTupleSelfUpdated' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:74: error: redeclarati=
on of enumerator `HeapTupleUpdated'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:115: error: previous defi=
nition of 'HeapTupleUpdated' was here
C:/MinGW/local/pgsql/include/server/utils/snapshot.h:76: error: redeclarati=
on of enumerator `HeapTupleBeingUpdated'
C:/MinGW/local/pgsql/include/server/utils/tqual.h:117: error: previous defi=
nition 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 decl=
aration 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


More information about the Slony1-general mailing list