]> granicus.if.org Git - postgresql/commitdiff
Bump catversion to ensure initdb.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Jan 2000 00:53:50 +0000 (00:53 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 14 Jan 2000 00:53:50 +0000 (00:53 +0000)
src/include/catalog/catversion.h

index c4d3872e77f3ca3ea7ad1a1739b72ef719c1f1b3..5f1472c79e5ea78115f14fad0bb1fa2367d132ac 100644 (file)
@@ -36,7 +36,7 @@
  *
  * Copyright (c) 1994, Regents of the University of California
  *
- * $Id: catversion.h,v 1.6 2000/01/10 16:13:20 momjian Exp $
+ * $Id: catversion.h,v 1.7 2000/01/14 00:53:50 tgl Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -51,6 +51,7 @@
  * catalog changes on the same day...)
  */
 
-#define CATALOG_VERSION_NO     20000110
+/*                          yyyymmddN */
+#define CATALOG_VERSION_NO  200001131
 
 #endif