Bump catversion to reflect the fact that HS patch changed pg_proc
authorTom Lane <[email protected]>
Sat, 19 Dec 2009 04:08:32 +0000 (04:08 +0000)
committerTom Lane <[email protected]>
Sat, 19 Dec 2009 04:08:32 +0000 (04:08 +0000)
contents, and PG_CONTROL_VERSION to reflect the fact that it changed
pg_control contents.  (I see we did at least remember to change
XLOG_PAGE_MAGIC for the WAL contents changes.)

src/include/catalog/catversion.h
src/include/catalog/pg_control.h

index 72f5df23f4ebc20024b8a507f821a7fb7e2fe445..717320f985bb22261fa2a7d797304fe507c07709 100644 (file)
@@ -53,6 +53,6 @@
  */
 
 /*                         yyyymmddN */
-#define CATALOG_VERSION_NO 200912161
+#define CATALOG_VERSION_NO 200912181
 
 #endif
index 6020c51b6c0e5c719cce6a8d0de870964212b5ad..2435f27243f6bc9a5df7b4da71c688aba22bc36f 100644 (file)
@@ -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