Add additional information in the vacuum error context.
authorAmit Kapila <akapila@postgresql.org>
Wed, 26 Aug 2020 04:10:52 +0000 (09:40 +0530)
committerAmit Kapila <akapila@postgresql.org>
Wed, 26 Aug 2020 04:10:52 +0000 (09:40 +0530)
commit7e453634bb62f06a048f5562ba59d52aa1f28d12
tree94a406f8d1b748fa98dff44ff5e4faa427c0d7a7
parent808e13b282efa7e7ac7b78e886aca5684f4bccd3
Add additional information in the vacuum error context.

The additional information added will be an offset number for heap
operations. This information will help us in finding the exact tuple due
to which the error has occurred.

Author: Mahendra Singh Thalor and Amit Kapila
Reviewed-by: Sawada Masahiko, Justin Pryzby and Amit Kapila
Discussion: https://postgr.es/m/CAKYtNApK488TDF4bMbw+1QH8HJf9cxdNDXquhU50TK5iv_FtCQ@mail.gmail.com
src/backend/access/heap/pruneheap.c
src/backend/access/heap/vacuumlazy.c
src/include/access/heapam.h