1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-03 15:22:11 +03:00

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
This commit is contained in:
Amit Kapila
2020-07-01 07:58:36 +05:30
parent 684b4f29b7
commit a69e041d0c
2 changed files with 74 additions and 52 deletions

View File

@@ -1250,6 +1250,7 @@ LUID
LVDeadTuples
LVParallelState
LVRelStats
LVSavedErrInfo
LVShared
LVSharedIndStats
LWLock