pgsql: Improve errhint() about replication slot naming restrictions. - Mailing list pgsql-committers

From Andres Freund
Subject pgsql: Improve errhint() about replication slot naming restrictions.
Date
Msg-id E1ZiMtn-0001eg-FA@gemulon.postgresql.org
Whole thread Raw
List 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@mail.gmail.com
Backpatch: 9.4-, where replication slots were added

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/99557984bc91446d50a70fc5ecb1306bc3cf56f6

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: Improve errhint() about replication slot naming restrictions.
Next
From: Tom Lane
Date:
Subject: pgsql: Add missing "static" specifier.