]> 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:00:12 +0000 (08:00 -0400)
commitce60c2a2825384ca46e11ccdb418c39c32bf4dc5
treea2588200b396ea68e3fdeb1f3c231a7feb71c145
parent2451de7e9e72943dbc71a3749379cf16946920f0
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