]> granicus.if.org Git - postgresql/commit
Fix more user-visible elog() calls.
authorRobert Haas <rhaas@postgresql.org>
Thu, 5 Oct 2017 11:58:02 +0000 (07:58 -0400)
committerRobert Haas <rhaas@postgresql.org>
Thu, 5 Oct 2017 11:58:02 +0000 (07:58 -0400)
commitc097b271e8a14eac5e6189139deca66796b16a59
tree2b71a83c17986a0d1209e0b7c9e07b3cfef0348a
parent036166f26e00ab3286ef29a6519525d6291fdfd7
Fix more user-visible elog() calls.

Michael Paquier discovered that this could be triggered via SQL;
give a nicer message instead.

Patch by Michael Paquier, reviewed by Masahiko Sawada.

Discussion: http://postgr.es/m/CAB7nPqQtPg+LKKtzdKN26judHcvPZ0s1gNigzOT4j8CYuuuBYg@mail.gmail.com
contrib/test_decoding/expected/replorigin.out
contrib/test_decoding/sql/replorigin.sql
src/backend/replication/logical/origin.c