RE: Memory leak fix in rmtree.c

Поиск
Список
Период
Сортировка
От Ильясов Ян
Тема RE: Memory leak fix in rmtree.c
Дата
Msg-id GV1P251MB1004C21E8AB49CC382553377CD462@GV1P251MB1004.EURP251.PROD.OUTLOOK.COM
обсуждение исходный текст
Ответ на Re: Memory leak fix in rmtree.c  (Daniel Gustafsson <daniel@yesql.se>)
Ответы Re: Memory leak fix in rmtree.c  (Daniel Gustafsson <daniel@yesql.se>)
Список pgsql-hackers
> dirnames isn't allocated at this point, it's palloc'd after this return
> statement on line 67.

> --
> Daniel Gustafsson

I am sorry, I pointed on the wrong branch. I see that in master
it is really in line 67th , and the allocation goes well. But in
REL_16_STABLE the allocation is in line 58th and my patch is for this branch only.

Kind regards,
Ian Ilyasov.




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

Предыдущее
От: Yugo NAGATA
Дата:
Сообщение: Re: Change COPY ... ON_ERROR ignore to ON_ERROR ignore_row
Следующее
От: Shlok Kyal
Дата:
Сообщение: Re: speed up a logical replica setup