1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-26 12:21:12 +03:00

Update rules.out to match commit 9ed551e0a.

Per buildfarm.
This commit is contained in:
Tom Lane
2016-06-29 17:13:29 -04:00
parent 9ed551e0a4
commit 0584df32f5

View File

@ -1892,8 +1892,9 @@ pg_stat_wal_receiver| SELECT s.pid,
s.last_msg_receipt_time, s.last_msg_receipt_time,
s.latest_end_lsn, s.latest_end_lsn,
s.latest_end_time, s.latest_end_time,
s.slot_name s.slot_name,
FROM pg_stat_get_wal_receiver() s(pid, status, receive_start_lsn, receive_start_tli, received_lsn, received_tli, last_msg_send_time, last_msg_receipt_time, latest_end_lsn, latest_end_time, slot_name) s.conn_info
FROM pg_stat_get_wal_receiver() s(pid, status, receive_start_lsn, receive_start_tli, received_lsn, received_tli, last_msg_send_time, last_msg_receipt_time, latest_end_lsn, latest_end_time, slot_name, conn_info)
WHERE (s.pid IS NOT NULL); WHERE (s.pid IS NOT NULL);
pg_stat_xact_all_tables| SELECT c.oid AS relid, pg_stat_xact_all_tables| SELECT c.oid AS relid,
n.nspname AS schemaname, n.nspname AS schemaname,