aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2000-05-05 03:10:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2000-05-05 03:10:24 +0000
commitc0337ec2a9164592af15687d0526954635b55da7 (patch)
tree4aeb9cab87f926928f2140c9549a85a873f5954c
parent3bd03b3803dccfbbed2f512a0aeb3c524ba66010 (diff)
downloadpostgresql-c0337ec2a9164592af15687d0526954635b55da7.tar.gz
postgresql-c0337ec2a9164592af15687d0526954635b55da7.zip
Force initdb because of pg_group index fix.
-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 cafab73cde3..662770ace9c 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -37,7 +37,7 @@
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $Id: catversion.h,v 1.20 2000/04/12 17:16:27 momjian Exp $
+ * $Id: catversion.h,v 1.21 2000/05/05 03:10:24 tgl Exp $
*
*-------------------------------------------------------------------------
*/
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 200004051
+#define CATALOG_VERSION_NO 200005041
#endif