[COMMITTERS] pgsql: Receive invalidation messages correctly in tablesync worker

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Receive invalidation messages correctly in tablesync worker
Дата
Msg-id E1dHBEP-0005Cf-UL@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Receive invalidation messages correctly in tablesync worker

We didn't accept any invalidation messages until the whole sync process
had finished (because it flattens all the remote transactions in the
single one).  So the sync worker didn't learn about subscription
changes/drop until it has finished.  This could lead to "orphaned" sync
workers.

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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/66b84fa82f7318d8da75dbf754df16eb7b1f1037

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


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [COMMITTERS] pgsql: Make tablesync worker exit when apply dies while it waswaiting
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Fix old corner-case logic error in final_cost_nestloop().