Re: Avoid a possible overflow (src/backend/utils/sort/logtape.c)

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Avoid a possible overflow (src/backend/utils/sort/logtape.c)
Дата
Msg-id ZO551WEGQxA2xuxL@paquier.xyz
обсуждение исходный текст
Ответ на Re: Avoid a possible overflow (src/backend/utils/sort/logtape.c)  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: Avoid a possible overflow (src/backend/utils/sort/logtape.c)  (Ranier Vilela <ranier.vf@gmail.com>)
Список pgsql-hackers
On Thu, Aug 24, 2023 at 07:02:40PM -0700, Peter Geoghegan wrote:
> FWIW I'm pretty sure that it's impossible to run into problems here in
> practice -- the minheap is allocated by palloc(), and the high
> watermark number of free pages is pretty small. Even still, I agree
> with your conclusion. There is really no reason to not be consistent
> here.

Postgres 16 RC1 is now tagged, so applied down to 13.
--
Michael

Вложения

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

Предыдущее
От: Jim Jones
Дата:
Сообщение: Re: Allow specifying a dbname in pg_basebackup connection string
Следующее
От: Peter Smith
Дата:
Сообщение: Fix shadow warnings in logical replication code