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 <[email protected]> Reviewed-by: Masahiko Sawada <[email protected]> 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(-)
