pgsql: Make new auto_explain test safe for log_error_verbosity = verbos

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make new auto_explain test safe for log_error_verbosity = verbos
Date: 2022-07-31 16:30:00
Message-ID: E1oIBpG-0026MM-Tx@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make new auto_explain test safe for log_error_verbosity = verbose.

Allow for the possible presence of a SQLSTATE code in the expected
warning message, similarly to b998196bb and 19408aae7 (although
here I see no need to allow more than one specific SQLSTATE).
Per gripe from Andrew Dunstan.

Discussion: https://postgr.es/m/c550ac53-5db5-3958-1798-50bae3d9af71@dunslane.net

Branch
------
master

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

Modified Files
--------------
contrib/auto_explain/t/001_auto_explain.pl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-07-31 17:43:29 pgsql: Fix trim_array() for zero-dimensional array argument.
Previous Message Michael Paquier 2022-07-31 04:05:39 pgsql: Feed ObjectAddress to event triggers for ALTER TABLE ATTACH/DETA