pgsql: Add additional information in the vacuum error context.

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема pgsql: Add additional information in the vacuum error context.
Дата
Msg-id E1kAmxC-00008j-OT@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7e453634bb62f06a048f5562ba59d52aa1f28d12

Modified Files
--------------
src/backend/access/heap/pruneheap.c  | 19 +++++++-
src/backend/access/heap/vacuumlazy.c | 91 ++++++++++++++++++++++++++++--------
src/include/access/heapam.h          |  3 +-
3 files changed, 90 insertions(+), 23 deletions(-)


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Extend the BufFile interface.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Add regression tests for REPLICA IDENTITY with dropped indexes