OSDN Git Service

Bump catversion from guc enum patch, which I forgot. Sorry!
authorMagnus Hagander <magnus@hagander.net>
Mon, 10 Mar 2008 13:53:35 +0000 (13:53 +0000)
committerMagnus Hagander <magnus@hagander.net>
Mon, 10 Mar 2008 13:53:35 +0000 (13:53 +0000)
src/include/catalog/catversion.h

index 278c319..72afc36 100644 (file)
@@ -37,7 +37,7 @@
  * Portions Copyright (c) 1996-2008, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.441 2008/01/01 19:45:56 momjian Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.442 2008/03/10 13:53:35 mha Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200711281
+#define CATALOG_VERSION_NO     200803101
 
 #endif