Skip to content

Commit e65f949

Browse files
committed
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 b998196 and 19408aa (although here I see no need to allow more than one specific SQLSTATE). Per gripe from Andrew Dunstan. Discussion: https://postgr.es/m/[email protected]
1 parent a3699c5 commit e65f949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎contrib/auto_explain/t/001_auto_explain.pl

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ sub query_log
135135

136136
like(
137137
$log_contents,
138-
qr/WARNING: permission denied to set parameter "auto_explain\.log_level"/,
138+
qr/WARNING: ( 42501:)? permission denied to set parameter "auto_explain\.log_level"/,
139139
"permission failure logged");
140140

141141
} # end queries run as regress_user1

0 commit comments

Comments
 (0)