summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndres Freund2015-04-22 07:42:36 +0000
committerAndres Freund2015-04-22 07:43:40 +0000
commitcef939c3470006c1195a17c2ca3861360587fe15 (patch)
tree621c3f1845ee2abc8a851cacc9f04ef8ca9b36b4 /contrib
parent4d930eee89954ef8ac5402f3d568c11ff6256035 (diff)
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
Diffstat (limited to 'contrib')
-rw-r--r--contrib/test_decoding/expected/ddl.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/test_decoding/expected/ddl.out b/contrib/test_decoding/expected/ddl.out
index 838483ee5c0..2041ba80b50 100644
--- a/contrib/test_decoding/expected/ddl.out
+++ b/contrib/test_decoding/expected/ddl.out
@@ -603,7 +603,7 @@ SELECT pg_drop_replication_slot('regression_slot');
/* check that the slot is gone */
SELECT * FROM pg_replication_slots;
- slot_name | plugin | slot_type | datoid | database | active | active_in | xmin | catalog_xmin | restart_lsn
------------+--------+-----------+--------+----------+--------+-----------+------+--------------+-------------
+ slot_name | plugin | slot_type | datoid | database | active | active_pid | xmin | catalog_xmin | restart_lsn
+-----------+--------+-----------+--------+----------+--------+------------+------+--------------+-------------
(0 rows)