pgsql: Rename pg_replication_slot's new active_in to active_pid.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Rename pg_replication_slot's new active_in to active_pid.
Date: 2015-04-22 07:44:35
Message-ID: E1YkpKl-0003PH-DN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Rename pg_replication_slot's new active_in to active_pid.

In d811c037ce active_in was added but discussion since showed that
active_pid is preferred as a name.

Discussion: CAMsr+YFKgZca5_7_ouaMWxA5PneJC9LNViPzpDHusaPhU9pA7g(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cef939c3470006c1195a17c2ca3861360587fe15

Modified Files
--------------
contrib/test_decoding/expected/ddl.out | 4 ++--
doc/src/sgml/catalogs.sgml | 2 +-
src/backend/catalog/system_views.sql | 2 +-
src/include/catalog/pg_proc.h | 2 +-
src/test/regress/expected/rules.out | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2015-04-22 11:37:55 pgsql: Make the pg_rewind regression tests more robust on slow systems.
Previous Message Heikki Linnakangas 2015-04-22 07:20:05 Re: pgsql: Add missing installcheck target to pg_rewind's Makefile