Mon Jan 9 08:50:15 PST 2012
- Previous message: [Slony1-commit] Slony-I-commit Additional fixes for bug #256.
- Next message: [Slony1-commit] Slony-I-commit Additional fixes for bug #256.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
The slony1_funcs.so shared library and the .sql files slony installs are now versioned when they are installed. This allows multiple versions of Slony to be installed at the same time in the same PostgreSQL lib/share directory. Branch ------ master Details ------- http://git.postgresql.org/gitweb?p=slony1-engine.git;a=commitdiff;h=168db358e832b44aad1dcfdd77a8eb5a6fd680ca Modified Files -------------- RELEASE | 3 +++ config/acx_libpq.m4 | 4 ++++ configure.ac | 14 ++++++++------ doc/adminguide/installation.sgml | 19 ++++++++++++------- makefiles/Makefile.aix | 4 ++-- makefiles/Makefile.beos | 2 +- makefiles/Makefile.bsdi | 2 +- makefiles/Makefile.cygwin | 2 +- makefiles/Makefile.darwin | 2 +- makefiles/Makefile.dgux | 2 +- makefiles/Makefile.freebsd | 4 ++-- makefiles/Makefile.hpux | 2 +- makefiles/Makefile.irix | 2 +- makefiles/Makefile.irix5 | 2 +- makefiles/Makefile.linux | 4 ++-- makefiles/Makefile.netbsd | 2 +- makefiles/Makefile.openbsd | 4 ++-- makefiles/Makefile.osf | 2 +- makefiles/Makefile.qnx4 | 2 +- makefiles/Makefile.sco | 2 +- makefiles/Makefile.solaris | 2 +- makefiles/Makefile.sunos4 | 2 +- makefiles/Makefile.svr4 | 2 +- makefiles/Makefile.ultrix4 | 2 +- makefiles/Makefile.univel | 2 +- makefiles/Makefile.unixware | 2 +- makefiles/Makefile.win | 2 +- makefiles/Makefile.win32 | 2 +- src/backend/Makefile | 6 +++--- src/backend/slony1_funcs.sql | 36 ++++++++++++++++++------------------ src/backend/win32.mak | 4 ++-- src/slonik/dbutil.c | 2 +- src/slonik/slonik.c | 18 ++++++++++++------ 33 files changed, 91 insertions(+), 71 deletions(-)
- Previous message: [Slony1-commit] Slony-I-commit Additional fixes for bug #256.
- Next message: [Slony1-commit] Slony-I-commit Additional fixes for bug #256.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list