pgsql: Improve error message in WAL sender

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve error message in WAL sender
Date: 2017-09-13 12:35:06
Message-ID: E1ds6sk-0005Tm-QU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve error message in WAL sender

The previous error message when attempting to run a general SQL command
in a physical replication WAL sender was a bit sloppy.

Reported-by: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/61975d6c2cf5bbcf40a2e3160914ecad7a21df1a

Modified Files
--------------
src/backend/replication/walsender.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-09-13 12:36:08 Re: [COMMITTERS] pgsql: Logical replication support for initial data copy
Previous Message Peter Eisentraut 2017-09-13 12:22:51 pgsql: Define LDAP_NO_ATTRS if necessary.