pgsql: Improve messaging during logical replication worker startup

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Improve messaging during logical replication worker startup
Дата
Msg-id E1f4R80-0000tw-EP@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix compiler warning about format truncation
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Split the SetSubscriptionRelState function into two