postgresql/src/interfaces
Alvaro Herrera e7e341409a
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>
2021-04-09 17:13:18 -04:00
..
ecpg SQL-standard function body 2021-04-07 21:47:55 +02:00
libpq Suppress length of Notice/Error msgs in PQtrace regress mode 2021-04-09 17:13:18 -04:00
Makefile Fix parallel make when running make install before make all 2011-03-08 23:52:29 +02:00