pgsql: Improve vacuum error context handling.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Improve vacuum error context handling.
Дата
Msg-id E1jqSiT-00056o-O2@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Improve vacuum error context handling.

Use separate functions to save and restore error context information as
that made code easier to understand.  Also, make it clear that the index
information required for error context is sane.

Author: Andres Freund, Justin Pryzby, Amit Kapila
Backpatch-through: 13, where it was introduced
Discussion: https://postgr.es/m/CAA4eK1LWo+v1OWu=Sky27GTGSCuOmr7iaURNbc5xz6jO+SaPeA@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a69e041d0c91759fb60ab52e7e21e3ec3752c69b

Modified Files
--------------
src/backend/access/heap/vacuumlazy.c | 123 ++++++++++++++++++++---------------
src/tools/pgindent/typedefs.list     |   1 +
2 files changed, 73 insertions(+), 51 deletions(-)


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

Предыдущее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor creation of normal dependency records when creating ext
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Refactor ObjectAddress field assignments in more places