Skip to content
Snippets Groups Projects
Commit 0584df32 authored by Tom Lane's avatar Tom Lane
Browse files

Update rules.out to match commit 9ed551e0.

Per buildfarm.
parent 9ed551e0
Branches
Tags
No related merge requests found
...@@ -1892,8 +1892,9 @@ pg_stat_wal_receiver| SELECT s.pid, ...@@ -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,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment