]> 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:35 +0000 (15:29 +0200)
commitcfddb5df5a84923160b23890d6086bcbcd1fd655
tree8395a337f44da1582c8c3b2964f56dfd45cffdc8
parent7285d66494a4c588ccf743a81f93b85b6995214f
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