]> granicus.if.org Git - postgresql/commit
Improve errhint() about replication slot naming restrictions.
authorAndres Freund <andres@anarazel.de>
Sat, 3 Oct 2015 13:29:08 +0000 (15:29 +0200)
committerAndres Freund <andres@anarazel.de>
Sat, 3 Oct 2015 13:29:08 +0000 (15:29 +0200)
commit920218cbc0a36f18793c20184b7ebb999d28e8c8
tree5dbed1755ecdec9d4e9a06f116ce8ed1f2b6e458
parentad227837924464eb9a7defbe34e95064a3b1bdc2
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
contrib/test_decoding/expected/ddl.out
src/backend/replication/slot.c