mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
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
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user