Tue Aug 10 15:16:52 PDT 2004
- Previous message: [Slony1-commit] By darcyb: attached are four distinct patches, fixing some gross
- Next message: [Slony1-commit] By cbbrowne: - Renamed scripts that try to touch all nodes to indicate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Log Message:
-----------
Use backend support function scripts of 7.4 for the current
8.0 devel PostgreSQL tree.
Jan
Tags:
----
REL_1_0_STABLE
Modified Files:
--------------
slony1-engine/src/slonik:
slonik.c (r1.27.2.1 -> r1.27.2.2)
-------------- next part --------------
Index: slonik.c
===================================================================
RCS file: /usr/local/cvsroot/slony1/slony1-engine/src/slonik/slonik.c,v
retrieving revision 1.27.2.1
retrieving revision 1.27.2.2
diff -Lsrc/slonik/slonik.c -Lsrc/slonik/slonik.c -u -w -r1.27.2.1 -r1.27.2.2
--- src/slonik/slonik.c
+++ src/slonik/slonik.c
@@ -1565,6 +1565,22 @@
}
break;
+ case 8:
+ switch (adminfo->version_minor)
+ {
+ case 0:
+ use_major = 7;
+ use_minor = 4;
+ break;
+
+ default:
+ printf("%s:%d: unsupported PostgreSQL "
+ "version %d.%d\n",
+ stmt->stmt_filename, stmt->stmt_lno,
+ adminfo->version_major, adminfo->version_minor);
+ }
+ break;
+
default:
printf("%s:%d: unsupported PostgreSQL "
"version %d.%d\n",
- Previous message: [Slony1-commit] By darcyb: attached are four distinct patches, fixing some gross
- Next message: [Slony1-commit] By cbbrowne: - Renamed scripts that try to touch all nodes to indicate
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Slony1-commit mailing list