pgsql: Change the error message for logical replication authentication

From: Amit Kapila <akapila(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change the error message for logical replication authentication
Date: 2021-02-23 03:49:38
Message-ID: E1lEOhe-0006PA-Fr@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2021-02-23 04:28:36 pgsql: Fix an oversight in ReorderBufferFinishPrepared.
Previous Message Alvaro Herrera 2021-02-22 21:39:29 pgsql: Remove pointless HeapTupleHeaderIndicatesMovedPartitions calls