Change the error message for logical replication authentication failure.
authorAmit Kapila <akapila@postgresql.org>
Tue, 23 Feb 2021 03:41:22 +0000 (09:11 +0530)
committerAmit Kapila <akapila@postgresql.org>
Tue, 23 Feb 2021 03:41:22 +0000 (09:11 +0530)
commitbc617a7b1cada2ec5f8b9d45a4312e49fc1766ad
tree8af376792abb156d1f60c0b00a982a416385f2e3
parent0f5505a8815aa4eb03ca61245a5a51ff9adda2f4
Change the error message for logical replication authentication failure.

The authentication failure error message wasn't distinguishing whether
it is a physical replication or logical replication connection failure and
was giving incomplete information on what led to failure in case of logical
replication connection.

Author: Paul Martinez and Amit Kapila
Reviewed-by: Euler Taveira and Amit Kapila
Discussion: https://postgr.es/m/CACqFVBYahrAi2OPdJfUA3YCvn3QMzzxZdw0ibSJ8wouWeDtiyQ@mail.gmail.com
doc/src/sgml/client-auth.sgml
src/backend/libpq/auth.c