Re: Slow standby snapshot

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Slow standby snapshot
Дата
Msg-id 1218973.1669754767@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Slow standby snapshot  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Slow standby snapshot
Re: Slow standby snapshot
Список pgsql-hackers
I wrote:
> That seems like a fairly bad idea: it will add extra contention
> on ProcArrayLock, and I see no real strong argument that the path
> can't get traversed often enough for that to matter.  It would
> likely be better for KnownAssignedXidsCompress to obtain the lock
> for itself, only after it knows there is something worth doing.

Since we're running out of time in the current commitfest,
I went ahead and changed that, and made the cosmetic fixes
I wanted, and pushed.

            regards, tom lane



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

Предыдущее
От: Justin Pryzby
Дата:
Сообщение: Re: Missing update of all_hasnulls in BRIN opclasses
Следующее
От: Jeff Davis
Дата:
Сообщение: Re: Collation version tracking for macOS