Re: Incorrect comment in postgres_fdw.c

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема Re: Incorrect comment in postgres_fdw.c
Дата
Msg-id 53C49489.1090000@lab.ntt.co.jp
обсуждение исходный текст
Ответ на Re: Incorrect comment in postgres_fdw.c  (Fujii Masao <masao.fujii@gmail.com>)
Список pgsql-hackers
(2014/07/14 19:46), Fujii Masao wrote:
> On Mon, Jul 14, 2014 at 7:31 PM, Shigeru Hanada
> <shigeru.hanada@gmail.com> wrote:
>> Fujita-san,
>>
>> 2014-07-11 18:22 GMT+09:00 Etsuro Fujita <fujita.etsuro@lab.ntt.co.jp>:
>>> I think the following comment for store_returning_result() in
>>> postgres_fdw.c is not right.
>>>
>>>      /* PGresult must be released before leaving this function. */
>>>
>>> I think PGresult should not be released before leaving this function *on
>>> success* in that function.
>>>
>>> (I guess the comment has been copied and pasted from that for
>>> get_remote_estimate().)
>>
>> +1 for just removing the comment, because header comment clearly
>> mentions necessity of releasing the PGresult.
>
> Committed. Thanks for the report!

Thank you for committing the patch!  And thanks, Hanada-san!

Best regards,
Etsuro Fujita



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

Предыдущее
От: Robert Haas
Дата:
Сообщение: Re: gaussian distribution pgbench
Следующее
От: Fabrízio de Royes Mello
Дата:
Сообщение: Re: [GSoC2014] Patch ALTER TABLE ... SET LOGGED