1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Document pg_stat_replication, bump catversion since that was overlooked.

Itagaki Takahiro, edited by me.
This commit is contained in:
Robert Haas
2011-01-07 11:06:55 -05:00
parent a9f72b4083
commit 9b4271deb9
3 changed files with 20 additions and 1 deletions

View File

@ -53,6 +53,6 @@
*/
/* yyyymmddN */
#define CATALOG_VERSION_NO 201101051
#define CATALOG_VERSION_NO 201101071
#endif