pgsql: Improve errhint() about replication slot naming restrictions.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve errhint() about replication slot naming restrictions.
Date: 2015-10-03 13:30:49
Message-ID: E1ZiMtl-0001eK-FF@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve errhint() about replication slot naming restrictions.

The existing hint talked about "may only contain letters", but the
actual requirement is more strict: only lower case letters are allowed.

Reported-By: Rushabh Lathia
Author: Rushabh Lathia
Discussion: AGPqQf2x50qcwbYOBKzb4x75sO_V3g81ZsA8+Ji9iN5t_khFhQ(at)mail(dot)gmail(dot)com
Backpatch: 9.4-, where replication slots were added

Branch
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cfddb5df5a84923160b23890d6086bcbcd1fd655

Modified Files
--------------
contrib/test_decoding/expected/ddl.out | 2 +-
src/backend/replication/slot.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2015-10-03 13:30:51 pgsql: Improve errhint() about replication slot naming restrictions.
Previous Message Andres Freund 2015-10-03 13:30:47 pgsql: Improve errhint() about replication slot naming restrictions.