Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes.
Дата
Msg-id CA+TgmoZ7AKrzOVO7L3opSGyEEj07e9YU+20O=58UsmXjYWTZ9A@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes.  (Peter Geoghegan <pg@bowt.ie>)
Ответы Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes.
Re: pgsql: Avoid valgrind complaint about write() of uninitalized bytes.
Список pgsql-hackers
On Wed, Feb 21, 2018 at 3:18 PM, Peter Geoghegan <pg@bowt.ie> wrote:
> On Wed, Feb 21, 2018 at 10:55 AM, Peter Geoghegan <pg@bowt.ie> wrote:
>> Sure, but it looks like it has the exact same underlying cause to the
>> LogicalTapeFreeze() issue. It shouldn't be very hard to write an
>> equivalent patch for LogicalTapeRewindForRead() -- I pointed out that
>> this could happen there instead before the first patch went in, in
>> fact. My mistake was to imagine that that could never happen during
>> the regression tests.
>
> Attached patch does this. I cannot recreate this issue locally, but
> this should still fix it on skink.

Committed.

-- 
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company


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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: [doc fix] Correct calculation of vm.nr_hugepages
Следующее
От: Robert Haas
Дата:
Сообщение: Re: PlaceHolderVars in pushed down child-join cause error