pgsql: Improve messaging during logical replication worker startup - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Improve messaging during logical replication worker startup
Date
Msg-id E1f4R80-0000tw-EP@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Improve messaging during logical replication worker startup

In case the subscription is removed before the worker is fully started,
give a specific error message instead of the generic "cache lookup"
error.

Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
Reviewed-by: Masahiko Sawada <sawada.mshk@gmail.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c25304a945467f6edfcca10d7931b913776d066b

Modified Files
--------------
src/backend/replication/logical/worker.c | 20 +++++++++++++++-----
1 file changed, 15 insertions(+), 5 deletions(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Fix compiler warning about format truncation
Next
From: Peter Eisentraut
Date:
Subject: pgsql: Split the SetSubscriptionRelState function into two