pgsql: Suppress length of Notice/Error msgs in PQtrace regress mode

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Suppress length of Notice/Error msgs in PQtrace regress mode
Дата
Msg-id E1lUyTR-0003cE-Ii@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Suppress length of Notice/Error msgs in PQtrace regress mode

A (relatively minor) annoyance of ErrorResponse/NoticeResponse messages
as printed by PQtrace() is that their length might vary when we move
error messages from one source file to another, one function to another,
or even when their location line numbers change number of digits.

To avoid having to adjust expected files for some tests, make the
regress mode of PQtrace() suppress the length word of NoticeResponse and
ErrorResponse messages.

Discussion: https://postgr.es/m/20210402023010.GA13563@alvherre.pgsql
Reviewed-by: Tom Lane <tgl@sss.pgh.pa.us>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/e7e341409a3d85aba4cf754ba9cf722a4d8e6676

Modified Files
--------------
src/interfaces/libpq/fe-trace.c                             | 11 ++++++++++-
src/test/modules/libpq_pipeline/traces/pipeline_abort.trace |  8 ++++----
src/test/modules/libpq_pipeline/traces/transaction.trace    |  6 +++---
3 files changed, 17 insertions(+), 8 deletions(-)


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

Предыдущее
От: Thomas Munro
Дата:
Сообщение: pgsql: Make new GUC short descriptions more consistent.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: doc: Fix man page whitespace issues