Wed Nov 1 14:06:18 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Changes to configure.ac / RPM spec files per Rod Taylor
- Next message: [Slony1-commit] By cbbrowne: Add in a step to check version numbers in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Per Jeff Davis, mark that the minor version has bumped up to 1...
Tags:
----
REL_1_2_STABLE
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.sql (r1.98.2.1 -> r1.98.2.2)
-------------- next part --------------
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.98.2.1
retrieving revision 1.98.2.2
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.98.2.1 -r1.98.2.2
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -430,7 +430,7 @@
returns int4
as '
begin
- return 0;
+ return 1;
end;
' language plpgsql;
comment on function @NAMESPACE at .slonyVersionPatchlevel () is
- Previous message: [Slony1-commit] By cbbrowne: Changes to configure.ac / RPM spec files per Rod Taylor
- Next message: [Slony1-commit] By cbbrowne: Add in a step to check version numbers in
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list