summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2010-06-03 14:50:30 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2010-06-03 14:50:30 +0000
commit34e543763ce8a4bab650331bab298534efef644a (patch)
tree00b05109d7e0f193f83dc37d652eb33b324272a6 /src
parent319baeab214201957644568e7a68e5dbb961a785 (diff)
Bump PG_CONTROL_VERSION to account for the incompatible change committed earlier.
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_control.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h
index e61f213a624..ad936242c62 100644
--- a/src/include/catalog/pg_control.h
+++ b/src/include/catalog/pg_control.h
@@ -8,7 +8,7 @@
* Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
*
- * $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 $
*
*-------------------------------------------------------------------------
*/
@@ -21,7 +21,7 @@
/* Version identifier for this pg_control format */
-#define PG_CONTROL_VERSION 902
+#define PG_CONTROL_VERSION 903
/*
* Body of CheckPoint XLOG records. This is declared here because we keep