mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +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:
@@ -1250,6 +1250,7 @@ LUID
|
||||
LVDeadTuples
|
||||
LVParallelState
|
||||
LVRelStats
|
||||
LVSavedErrInfo
|
||||
LVShared
|
||||
LVSharedIndStats
|
||||
LWLock
|
||||
|
Reference in New Issue
Block a user