]> 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 12:03:04 +0000 (08:03 -0400)
commit9d742e19da22aca5f872ccb07b1b8abe78de23dd
tree052f63a755c5967c5f4f99c24e7cbb0bdf54ffe6
parent86076395ef81c7482a5f5a62dc05a8d8075470bd
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