]> granicus.if.org Git - postgresql/commit
Improve messaging during logical replication worker startup
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 6 Apr 2018 13:07:09 +0000 (09:07 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 6 Apr 2018 13:07:09 +0000 (09:07 -0400)
commitc25304a945467f6edfcca10d7931b913776d066b
treee404b12f5a6d7f581c0e1ab263e3b93f305918c3
parent2cd6520e78fe8bbb4ba38f6c7624c002aa8cc481
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>
src/backend/replication/logical/worker.c