Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f5bbcfb

Browse files
committed
Bump catversion to ensure people apply recent timestamp and sequence
fixes.
1 parent 47503f9 commit f5bbcfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/include/catalog/catversion.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
3838
* Portions Copyright (c) 1994, Regents of the University of California
3939
*
40-
* $Id: catversion.h,v 1.102 2001/10/28 06:25:59 momjian Exp $
40+
* $Id: catversion.h,v 1.103 2002/01/12 18:09:04 tgl Exp $
4141
*
4242
*-------------------------------------------------------------------------
4343
*/
@@ -53,6 +53,6 @@
5353
*/
5454

5555
/* yyyymmddN */
56-
#define CATALOG_VERSION_NO 200110251
56+
#define CATALOG_VERSION_NO 200201121
5757

5858
#endif

0 commit comments

Comments
 (0)