pgsql: Improve error message about active replication slot

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve error message about active replication slot
Date: 2016-02-18 02:24:44
Message-ID: E1aWEGq-00072u-Iv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve error message about active replication slot

The old phrasing was awkward if a replication slot is activated and
deactivated repeatedly.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/18777c38e9cc2e032b919a7f532971745b32aec0

Modified Files
--------------
src/backend/replication/slot.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2016-02-18 14:33:26 Re: [COMMITTERS] pgsql: Introduce group locking to prevent parallel processes from deadl
Previous Message Joe Conway 2016-02-17 18:13:51 Re: pgsql: Add new system view, pg_config