diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 9b83c873849f3f510924182cf12d4752aae3e459..dde12c28673b1ffc124c3ae70b504b6a29f5735d 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -37,7 +37,7 @@ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.559 2009/12/15 22:59:54 petere Exp $ + * $PostgreSQL: pgsql/src/include/catalog/catversion.h,v 1.560 2009/12/19 04:08:32 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 200912161 +#define CATALOG_VERSION_NO 200912181 #endif diff --git a/src/include/catalog/pg_control.h b/src/include/catalog/pg_control.h index a4d19f8b4a12d1ef2e831732ba35facb7fba7293..f88ca8c09a135c3492b90979d4f99b8e39f9682c 100644 --- a/src/include/catalog/pg_control.h +++ b/src/include/catalog/pg_control.h @@ -8,7 +8,7 @@ * Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.45 2009/12/19 01:32:42 sriggs Exp $ + * $PostgreSQL: pgsql/src/include/catalog/pg_control.h,v 1.46 2009/12/19 04:08:32 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -21,7 +21,7 @@ /* Version identifier for this pg_control format */ -#define PG_CONTROL_VERSION 851 +#define PG_CONTROL_VERSION 852 /* * Body of CheckPoint XLOG records. This is declared here because we keep