From: Simon Riggs Date: Sun, 6 Mar 2011 23:44:44 +0000 (+0000) Subject: Catversion increment for pg_stat_replication changes for syncrep X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=dcfe3f60c12880c52fd3cb9b5d51ff44c946dd6c;p=users%2Fhanada%2Fpostgres.git Catversion increment for pg_stat_replication changes for syncrep --- diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 5131d02732..e21ee0a835 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