pgsql: Fix signal handler setup for SIGHUP in the apply launcher proces

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Fix signal handler setup for SIGHUP in the apply launcher proces
Дата
Msg-id E1jwHEj-0000Iv-Fx@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix signal handler setup for SIGHUP in the apply launcher process.

Commit 1e53fe0e70 has unified the usage of the config-file reload flag by
using the same signal handler function for the SIGHUP signal at many places
in the code.  By mistake, it used the wrong SIGNAL in apply launcher
process for the SIGHUP signal handler function.

Author: Bharath Rupireddy
Reviewed-by: Dilip Kumar
Backpatch-through: 13, where it was introduced
Discussion: https://postgr.es/m/CALj2ACVzHCRnS20bOiEHaLtP5PVBENZQn4khdsSJQgOv_GM-LA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/01160a3de3d89346c9597414ff85416b77f5391f

Modified Files
--------------
src/backend/replication/logical/launcher.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Use MinimalTuple for tuple queues.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Resolve gratuitous tabs in SQL file