Make new auto_explain test safe for log_error_verbosity = verbose.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: bfac42ea0284f4608d1c37477db14374f4ac9e87
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2022-07-31T16:29:44Z
Releases: 16.0
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

Files

PathChange+/−
contrib/auto_explain/t/001_auto_explain.pl modified +1 −1

Discussion