[HACKERS] tablesync patch broke the assumption that logical rep depends on?

Поиск
Список
Период
Сортировка
Hi,
        src/backend/replication/logical/launcher.c        * Worker started and attached to our shmem. This check is
safe       * because only launcher ever starts the workers, so nobody can steal        * the worker slot.
 

The tablesync patch enabled even worker to start another worker.
So the above assumption is not valid for now.

This issue seems to cause the corner case where the launcher picks up
the same worker slot that previously-started worker has already picked
up to start another worker.

Regards,

-- 
Fujii Masao



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

Предыдущее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: Re: [HACKERS] Compiler warning in costsize.c
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] logical replication and SIGHUP