pgsql: Rename pg_replication_slot's new active_in to active_pid. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Rename pg_replication_slot's new active_in to active_pid.
Date
Msg-id E1YkpKl-0003PH-DN@gemulon.postgresql.org
Whole thread Raw
List 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@mail.gmail.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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Re: pgsql: Add missing installcheck target to pg_rewind's Makefile
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Make the pg_rewind regression tests more robust on slow systems.