aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJan Wieck <JanWieck@Yahoo.com>2007-03-20 03:53:26 +0000
committerJan Wieck <JanWieck@Yahoo.com>2007-03-20 03:53:26 +0000
commit5e96b04a7cb1f35aa1b75680f8bfbeac7cedc178 (patch)
tree8699a27c8a586af2121e9e0ed8b38bb0f16fb24e /src
parent0fe16500d3ae68b8928a2b94dcab434e358480d5 (diff)
downloadpostgresql-5e96b04a7cb1f35aa1b75680f8bfbeac7cedc178.tar.gz
postgresql-5e96b04a7cb1f35aa1b75680f8bfbeac7cedc178.zip
Bumping catversion due to changes to pg_trigger and pg_rewrite.
BTW, the comment in this file says that we hope we never have more than 10 catversion changes per day, but to even make this possible we should start counting at zero, shouldn't we? Jan
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 0ae5f0c8991..2327e1cab5e 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.391 2007/03/17 00:11:05 tgl Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.392 2007/03/20 03:53:26 wieck Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200703162
+#define CATALOG_VERSION_NO 200703190
#endif