1
0
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:
Robert Haas
2011-02-28 12:48:46 -05:00
parent 4b853c879d
commit 92c30fd2ed
4 changed files with 4 additions and 4 deletions

View File

@ -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