OSDN Git Service

Bump the catversion for the previous patch.
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 28 Apr 2008 14:57:35 +0000 (14:57 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Mon, 28 Apr 2008 14:57:35 +0000 (14:57 +0000)
src/include/catalog/catversion.h

index 041194f..c6200b3 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.450 2008/04/21 00:26:46 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.451 2008/04/28 14:57:35 alvherre Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -53,6 +53,6 @@
  */
 
 /*                                                     yyyymmddN */
-#define CATALOG_VERSION_NO     200804201
+#define CATALOG_VERSION_NO     200804281
 
 #endif