postgresql/src/test
Andres Freund d811c037ce Add 'active_in' column to pg_replication_slots.
Right now it is visible whether a replication slot is active in any
session, but not in which.  Adding the active_in column, containing the
pid of the backend having acquired the slot, makes it much easier to
associate pg_replication_slots entries with the corresponding
pg_stat_replication/pg_stat_activity row.

This should have been done from the start, but I (Andres) dropped the
ball there somehow.

Author: Craig Ringer, revised by me Discussion:
CAMsr+YFKgZca5_7_ouaMWxA5PneJC9LNViPzpDHusaPhU9pA7g@mail.gmail.com
2015-04-21 11:51:06 +02:00
..
examples Update copyright for 2015 2015-01-06 11:43:47 -05:00
isolation Add new test files for lock level patch 2015-04-05 12:03:58 -04:00
locale Rename 'gmake' to 'make' in docs and recommended commands 2014-02-12 17:29:19 -05:00
mb Lots of doc corrections. 2012-04-23 22:43:09 -04:00
modules Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
perl Fix previous commit for TAP test suites in VPATH builds. 2014-12-18 01:24:57 -05:00
regress Add 'active_in' column to pg_replication_slots. 2015-04-21 11:51:06 +02:00
ssl Make SSL regression test suite more portable by avoiding cp. 2015-04-09 22:07:18 +03:00
thread Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Add a regression test suite for SSL support. 2014-12-09 17:37:20 +02:00