Re: BUG #17840: Failing to execute auto_explain for logging leads to transaction rollback.
В списке pgsql-bugs по дате отправления:
| От | Tom Lane |
|---|---|
| Тема | Re: BUG #17840: Failing to execute auto_explain for logging leads to transaction rollback. |
| Дата | |
| Msg-id | 3632530.1678917985@sss.pgh.pa.us обсуждение |
| Ответ на | Re: BUG #17840: Failing to execute auto_explain for logging leads to transaction rollback. ("David G. Johnston" <david.g.johnston@gmail.com>) |
| Ответы |
Re: BUG #17840: Failing to execute auto_explain for logging leads to transaction rollback.
|
| Список | pgsql-bugs |
"David G. Johnston" <david.g.johnston@gmail.com> writes:
> A query you can execute should be incapable of failing if EXPLAIN for the
> same query is issued.
Indeed. This should be especially true for auto_explain, which isn't
even doing a re-parse or re-plan, but just dumping data from the
executor state tree for the just-finished query. Barring edge cases
like out-of-memory, it really shouldn't fail; so I see no reason why
we should consider major structural changes to make it (perhaps) less
likely to fail.
I continue to think that the most likely explanation is oracle_fdw
doing something it probably shouldn't be doing. I have no interest
in poking into that code myself, though.
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера