]> 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:32:48 +0000 (08:32 -0400)
commit32022e3f55eab593bcd829341216810730911d51
tree3bd968014287c1b9cb4605a37e672c7898f0d9ee
parent182abe31387c31bef5cefa700d8ff193ff595713
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