Re: pg_upgrade test failure

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: pg_upgrade test failure
Дата
Msg-id CA+hUKGKFh-F2fz_18j3N6bKr966gmaJxV40T0qhDwhKkW+291g@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_upgrade test failure  (Andres Freund <andres@anarazel.de>)
Ответы Re: pg_upgrade test failure  (Justin Pryzby <pryzby@telsasoft.com>)
Re: pg_upgrade test failure  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
So [1] on its own didn't fix this.  My next guess is that the attached
might help.

Hmm.  Following Michael's clue that this might involve log files and
pg_ctl, I noticed one thing: pg_ctl implements
wait_for_postmaster_stop() by waiting for kill(pid, 0) to fail, and
our kill emulation does CallNamedPipe().  If the server is in the
process of exiting and the kernel is cleaning up all the handles we
didn't close, is there any reason to expect the signal pipe to be
closed after the log file?

[1] https://www.postgresql.org/message-id/flat/20221025213055.GA8537%40telsasoft.com#9030de6c4c5e544d2b057b793a5b42af

Вложения

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

Предыдущее
От: "Karthik Jagadish (kjagadis)"
Дата:
Сообщение: Re: Postgres auto vacuum - Disable
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Collation version tracking for macOS