Wed Nov 1 14:13:07 PST 2006
- Previous message: [Slony1-commit] By cbbrowne: Add in a step to check version numbers in
- Next message: [Slony1-commit] By cbbrowne: Mark in release checklist that it may be needful to update
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
We're bumping up to version 1.1.6
Tags:
----
REL_1_1_STABLE
Modified Files:
--------------
slony1-engine/src/backend:
slony1_funcs.sql (r1.64.2.18 -> r1.64.2.19)
-------------- next part --------------
Index: slony1_funcs.sql
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/backend/slony1_funcs.sql,v
retrieving revision 1.64.2.18
retrieving revision 1.64.2.19
diff -Lsrc/backend/slony1_funcs.sql -Lsrc/backend/slony1_funcs.sql -u -w -r1.64.2.18 -r1.64.2.19
--- src/backend/slony1_funcs.sql
+++ src/backend/slony1_funcs.sql
@@ -413,7 +413,7 @@
returns int4
as '
begin
- return 5;
+ return 6;
end;
' language plpgsql;
comment on function @NAMESPACE at .slonyVersionPatchlevel () is
- Previous message: [Slony1-commit] By cbbrowne: Add in a step to check version numbers in
- Next message: [Slony1-commit] By cbbrowne: Mark in release checklist that it may be needful to update
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list