Rename pg_stat_wal_receiver.conn_info to conninfo.
Fujii Masao <fujii@postgresql.org>
Rename pg_stat_wal_receiver.conn_info to conninfo. Per discussion on pgsql-hackers, conninfo is better as the column name because it's more commonly used in PostgreSQL. Catalog version bumped due to the change of pg_proc. Author: Michael Paquier
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/monitoring.sgml | modified | +1 −1 |
| src/backend/catalog/system_views.sql | modified | +1 −1 |
| src/include/catalog/catversion.h | modified | +1 −1 |
| src/include/catalog/pg_proc.h | modified | +1 −1 |
| src/test/regress/expected/rules.out | modified | +2 −2 |