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/cacqfvbyahrai2opdjfua3ycvn3qmzzxzdw0ibsj8wouwedt...@mail.gmail.com Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/bc617a7b1cada2ec5f8b9d45a4312e49fc1766ad Modified Files -------------- doc/src/sgml/client-auth.sgml | 6 ++++-- src/backend/libpq/auth.c | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-)
