pgsql: Rename pg_stat_replication.apply_location to replay_location. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Rename pg_stat_replication.apply_location to replay_location.
Date
Msg-id E1Pu7Es-0004cn-Ap@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Rename pg_stat_replication.apply_location to replay_location.

For consistency with pg_last_xlog_replay_location.  Per discussion.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/92c30fd2edee6da6e018f41a1d67b4ac2f8fcbdd

Modified Files
--------------
src/backend/catalog/system_views.sql |    2 +-
src/include/catalog/catversion.h     |    2 +-
src/include/catalog/pg_proc.h        |    2 +-
src/test/regress/expected/rules.out  |    2 +-
4 files changed, 4 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix regression tests after PL/Python custom SPI exceptions patch
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: PL/Python custom SPI exceptions