Обсуждение: pgsql: Make new auto_explain test safe for log_error_verbosity = verbos

Поиск
Список
Период
Сортировка

pgsql: Make new auto_explain test safe for log_error_verbosity = verbos

От
Tom Lane
Дата:
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
------
REL_15_STABLE

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

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