Re: Adding some error context for lock wait failures

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Adding some error context for lock wait failures
Дата
Msg-id 1664608.1752202408@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Adding some error context for lock wait failures  (Zhang Mingli <zmlpostgres@gmail.com>)
Ответы Re: Adding some error context for lock wait failures
Список pgsql-hackers
Zhang Mingli <zmlpostgres@gmail.com> writes:
> Do we need to rollback error_context_stack to the previous state if we enter the branch for PG_CATCH()?

No.  The PG_TRY mechanism itself deals with that: the next outer
level of PG_TRY will restore error_context_stack to what it had
been.  If this were not so, most other places that add an
error_context_stack entry would also be broken.

            regards, tom lane



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