mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
Rename pg_stat_replication.apply_location to replay_location.
For consistency with pg_last_xlog_replay_location. Per discussion.
This commit is contained in:
@ -520,7 +520,7 @@ CREATE VIEW pg_stat_replication AS
|
||||
W.sent_location,
|
||||
W.write_location,
|
||||
W.flush_location,
|
||||
W.apply_location
|
||||
W.replay_location
|
||||
FROM pg_stat_get_activity(NULL) AS S, pg_authid U,
|
||||
pg_stat_get_wal_senders() AS W
|
||||
WHERE S.usesysid = U.oid AND
|
||||
|
Reference in New Issue
Block a user