Skip to content

Commit 9b00312

Browse files
committed
Bump catversion to ensure initdb.
1 parent 338fd40 commit 9b00312

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/include/catalog/catversion.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
* Copyright (c) 1994, Regents of the University of California
3838
*
39-
* $Id: catversion.h,v 1.6 2000/01/10 16:13:20 momjian Exp $
39+
* $Id: catversion.h,v 1.7 2000/01/14 00:53:50 tgl Exp $
4040
*
4141
*-------------------------------------------------------------------------
4242
*/
@@ -51,6 +51,7 @@
5151
* catalog changes on the same day...)
5252
*/
5353

54-
#define CATALOG_VERSION_NO 20000110
54+
/* yyyymmddN */
55+
#define CATALOG_VERSION_NO 200001131
5556

5657
#endif

0 commit comments

Comments
 (0)