summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Riggs <simon@2ndQuadrant.com>2011-03-06 23:44:44 +0000
committerSimon Riggs <simon@2ndQuadrant.com>2011-03-06 23:44:44 +0000
commitdcfe3f60c12880c52fd3cb9b5d51ff44c946dd6c (patch)
treec4b8a3b9f2685f5f1636d845f2452abdc97f4f09 /src
parent966fb05b588ab33a6c99c6a26308941e1b3a1188 (diff)
Catversion increment for pg_stat_replication changes for syncrep
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/catversion.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h
index 5131d02732d..e21ee0a8354 100644
--- a/src/include/catalog/catversion.h
+++ b/src/include/catalog/catversion.h
@@ -53,6 +53,6 @@
*/
/* yyyymmddN */
-#define CATALOG_VERSION_NO 201103051
+#define CATALOG_VERSION_NO 201103061
#endif