aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2008-09-30 11:11:28 +0000
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2008-09-30 11:11:28 +0000
commit4e6ac2e19b9de55fd149d9136c4188869158c997 (patch)
treeb5b3e15472c4136840e56b6b9bb12da674390166 /src
parent15c121b3ed7eb2f290e19533e41ccca734d23574 (diff)
downloadpostgresql-4e6ac2e19b9de55fd149d9136c4188869158c997.tar.gz
postgresql-4e6ac2e19b9de55fd149d9136c4188869158c997.zip
Forgot to bump catalog version in the commit of FSM rewrite.
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 d066cf6671d..99b90624d6a 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.489 2008/09/25 03:28:56 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.490 2008/09/30 11:11:28 heikki Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200809241
+#define CATALOG_VERSION_NO 200809301
#endif