Fri Oct 22 16:26:30 PDT 2004
- Previous message: [Slony1-commit] By wieck: Prevent mergeSet(), setMoveTable() and setMoveSequence() to
- Next message: [Slony1-commit] By wieck: Correct SET MOVE TABLE/SEQUENCE docs.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Bumped Slony version to 1.0.5.
Jan
Tags:
----
REL_1_0_STABLE
Modified Files:
--------------
slony1-engine:
config.h.in (r1.8.2.2 -> r1.8.2.3)
slony1-engine/src/backend:
slony1_funcs.sql (r1.15.2.9 -> r1.15.2.10)
-------------- next part --------------
Index: config.h.in
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/config.h.in,v
retrieving revision 1.8.2.2
retrieving revision 1.8.2.3
diff -Lconfig.h.in -Lconfig.h.in -u -w -r1.8.2.2 -r1.8.2.3
--- config.h.in
+++ config.h.in
@@ -12,7 +12,7 @@
#ifndef SLONY_I_CONFIG_H
#define SLONY_I_CONFIG_H
-#define SLONY_I_VERSION_STRING "1.0.4"
+#define SLONY_I_VERSION_STRING "1.0.5"
#undef PGSHARE
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.15.2.9
retrieving revision 1.15.2.10
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.15.2.9 -r1.15.2.10
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -218,7 +218,7 @@
returns int4
as '
begin
- return 4;
+ return 5;
end;
' language plpgsql;
- Previous message: [Slony1-commit] By wieck: Prevent mergeSet(), setMoveTable() and setMoveSequence() to
- Next message: [Slony1-commit] By wieck: Correct SET MOVE TABLE/SEQUENCE docs.
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list