diff options
author | Robert Haas <rhaas@postgresql.org> | 2011-01-07 11:06:55 -0500 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2011-01-07 11:06:55 -0500 |
commit | 9b4271deb97270d336c9d34ac911748faa5a4892 (patch) | |
tree | a1e75ee5071b7636b82017190c8013b8c1cc1940 /src | |
parent | a9f72b408325c4abb41b5ab65f8fb79af4c29495 (diff) | |
download | postgresql-9b4271deb97270d336c9d34ac911748faa5a4892.tar.gz postgresql-9b4271deb97270d336c9d34ac911748faa5a4892.zip |
Document pg_stat_replication, bump catversion since that was overlooked.
Itagaki Takahiro, edited by me.
Diffstat (limited to 'src')
-rw-r--r-- | src/include/catalog/catversion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/catversion.h b/src/include/catalog/catversion.h index 3f5ef242ed2..92e1a0fe62c 100644 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@ -53,6 +53,6 @@ */ /* yyyymmddN */ -#define CATALOG_VERSION_NO 201101051 +#define CATALOG_VERSION_NO 201101071 #endif |