]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make new auto_explain test safe for log_error_verbosity = verbose.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 Jul 2022 16:29:44 +0000 (12:29 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 31 Jul 2022 16:29:44 +0000 (12:29 -0400)
commite65f94982ed32d87daf53fb4d4067b2fe4a4df90
tree4804daab34e9858eac19e7dbad012174596e31c9
parenta3699c599ced03ace09646b74b8299d8f570ca76
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
contrib/auto_explain/t/001_auto_explain.pl