postgres_fdw: misplaced? comments in connection.c

Поиск
Список
Период
Сортировка
От Etsuro Fujita
Тема postgres_fdw: misplaced? comments in connection.c
Дата
Msg-id CAPmGK164sAXQtC46mDFyu6d-T25Mzvh5qaRNkit06VMmecYnOA@mail.gmail.com
обсуждение исходный текст
Ответы Re: postgres_fdw: misplaced? comments in connection.c  (Etsuro Fujita <etsuro.fujita@gmail.com>)
Список pgsql-hackers
Hi,

The comments for pgfdw_get_cleanup_result() say this:

 * It's not a huge problem if we throw an ERROR here, but if we get into error
 * recursion trouble, we'll end up slamming the connection shut, which will
 * necessitate failing the entire toplevel transaction even if subtransactions
 * were used.  Try to use WARNING where we can.

But we don’t use WARNING anywhere in that function.  The right place
for this is pgfdw_exec_cleanup_query()?

Best regards,
Etsuro Fujita



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

Предыдущее
От: "houzj.fnst@fujitsu.com"
Дата:
Сообщение: Drop replslot after pgstat_shutdown cause assert coredump
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Time to upgrade buildfarm coverage for some EOL'd OSes?