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:
@ -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,
|
||||
|
Reference in New Issue
Block a user