Re: pgsql: Don't try to print data type names in slot_store_error_callback(

Поиск
Список
Период
Сортировка
От Robert Haas
Тема Re: pgsql: Don't try to print data type names in slot_store_error_callback(
Дата
Msg-id CA+TgmoZSFZ1x02ndWSF2b__t4OjY2oBVmp+WPs4m85d-g_ooNw@mail.gmail.com
обсуждение исходный текст
Ответы Re: pgsql: Don't try to print data type names in slot_store_error_callback(
Список pgsql-hackers
On Fri, Jul 2, 2021 at 4:05 PM Tom Lane <tgl@sss.pgh.pa.us> wrote:
> The existing code tried to do syscache lookups in an already-failed
> transaction, which is problematic to say the least.

Why didn't the assertion in SearchCatCacheInternal() catch this? Was
this code never actually tested?

-- 
Robert Haas
EDB: http://www.enterprisedb.com



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

Предыдущее
От: Hannu Krosing
Дата:
Сообщение: Re: pgbench logging broken by time logic changes
Следующее
От: Boris Kolpackov
Дата:
Сообщение: Re: Pipeline mode and PQpipelineSync()