pgsql: Add LSN location in some error messages related to WAL pages

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Add LSN location in some error messages related to WAL pages
Дата
Msg-id E1p1zMQ-00221j-3N@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add LSN location in some error messages related to WAL pages

The error messages reported during any failures while reading or
validating the header of a WAL currently includes only the offset of the
page but not the compiled LSN referring to the page, requiring an extra
step to compile it if looking at the surroundings with pg_waldump or
similar.  Adding this information costs a bit in translation, but also
eases debugging.

Author: Bharath Rupireddy
Reviewed-by:  Álvaro Herrera, Kyotaro Horiguchi, Maxim Orlov, Michael
Paquier
Discussion: https://postgr.es/m/CALj2ACWV=FCddsxcGbVOA=cvPyMr75YCFbSQT6g4KDj=gcJK4g@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/71cb84ec69a38444c48bd8d3b5451b2da157848b

Modified Files
--------------
src/backend/access/transam/xlogreader.c   | 15 ++++++++++-----
src/backend/access/transam/xlogrecovery.c | 13 ++++++++-----
2 files changed, 18 insertions(+), 10 deletions(-)


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

Предыдущее
От: David Rowley
Дата:
Сообщение: pgsql: Fix thinko introduced in 6b423ec67
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: doc: Add missing markups for developer GUCs