aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2008-12-03 13:28:53 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2008-12-03 13:28:53 +0000
commitc37951ebe945184bd71645c307407b4ecd587a13 (patch)
treef0745084d730920feb07626b9d7a4227d6bc5129 /src
parent608195a3a3656145a7eec7a47d903bc684011d73 (diff)
downloadpostgresql-c37951ebe945184bd71645c307407b4ecd587a13.tar.gz
postgresql-c37951ebe945184bd71645c307407b4ecd587a13.zip
Forgot to bump catalog version in the visibility map patch.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index d479aeacef3..3c5f741fff1 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -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.509 2008/11/21 18:49:24 mha Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.510 2008/12/03 13:28:53 heikki Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200811211
+#define CATALOG_VERSION_NO 200812031
#endif