Обсуждение: [COMMITTERS] pgsql: Ignore WL_POSTMASTER_DEATH latch event in single user mode

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Ignore WL_POSTMASTER_DEATH latch event in single user mode

От
Peter Eisentraut
Дата:
Ignore WL_POSTMASTER_DEATH latch event in single user mode

Otherwise code that uses this will abort with an assertion failure,
because postmaster_alive_fds are not initialized.

Reported-by: tushar <tushar.ahuja@enterprisedb.com>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/06bfb801c73c89e66f44c1cf693386793e98b637

Modified Files
--------------
src/backend/storage/ipc/latch.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)