Re: when the startup process doesn't

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: when the startup process doesn't
Дата
Msg-id 867286.1623073349@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: when the startup process doesn't  (Robert Haas <robertmhaas@gmail.com>)
Ответы Re: when the startup process doesn't  (Nitin Jadhav <nitinjadhavpostgres@gmail.com>)
Список pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> ... I doubt that we can get away
> with a GetCurrentTimestamp() after applying every WAL record ... that
> seems like it will be slow.

Yeah, that's going to be pretty awful even on machines with fast
gettimeofday, never mind ones where it isn't.

It should be possible to use utils/misc/timeout.c to manage the
interrupt, I'd think.

            regards, tom lane



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: when the startup process doesn't
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [bug?] Missed parallel safety checks, and wrong parallel safety