pgsql: Rename pg_stat_replication.apply_location to replay_location.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename pg_stat_replication.apply_location to replay_location.
Date: 2011-02-28 17:50:30
Message-ID: E1Pu7Es-0004cn-Ap@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2011-02-28 20:58:00 Re: pgsql: PL/Python custom SPI exceptions
Previous Message Peter Eisentraut 2011-02-28 17:45:11 pgsql: Fix regression tests after PL/Python custom SPI exceptions patch