]> granicus.if.org Git - postgresql/commitdiff
catversion change needed by previous read-onlu GUC variables commit.
authorJoe Conway <mail@joeconway.com>
Wed, 3 Dec 2003 18:53:52 +0000 (18:53 +0000)
committerJoe Conway <mail@joeconway.com>
Wed, 3 Dec 2003 18:53:52 +0000 (18:53 +0000)
src/include/catalog/catversion.h

index a3f58b03f8d0247f38e3efe40631f4afe972e8d7..0af05e01d6efc6c41f472b6f32e8491cf4a644fa 100644 (file)
@@ -37,7 +37,7 @@
  * Portions Copyright (c) 1996-2003, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.212 2003/11/29 22:40:58 pgsql Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.213 2003/12/03 18:53:52 joe Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200311101
+#define CATALOG_VERSION_NO     200312031
 
 #endif