8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 319baea commit 34e5437Copy full SHA for 34e5437
src/include/catalog/pg_control.h
@@ -8,7 +8,7 @@
8
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
9
* Portions Copyright (c) 1994, Regents of the University of California
10
*
11
- * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.55 2010/06/03 03:20:00 rhaas Exp $
+ * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.56 2010/06/03 14:50:30 tgl Exp $
12
13
*-------------------------------------------------------------------------
14
*/
@@ -21,7 +21,7 @@
21
22
23
/* Version identifier for this pg_control format */
24
-#define PG_CONTROL_VERSION 902
+#define PG_CONTROL_VERSION 903
25
26
/*
27
* Body of CheckPoint XLOG records. This is declared here because we keep
0 commit comments