1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

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
This commit is contained in:
Fujii Masao
2016-07-07 12:59:39 +09:00
parent 397bf6eed8
commit 60d50769b7
5 changed files with 6 additions and 6 deletions

View File

@ -1303,7 +1303,7 @@ SELECT pid, wait_event_type, wait_event FROM pg_stat_activity WHERE wait_event i
<entry>Replication slot name used by this WAL receiver</entry>
</row>
<row>
<entry><structfield>conn_info</></entry>
<entry><structfield>conninfo</></entry>
<entry><type>text</></entry>
<entry>
Connection string used by this WAL receiver,