mirror of
https://github.com/postgres/postgres.git
synced 2025-05-01 01:04:50 +03:00
Simplify a needlessly-complicated regular expression.
Dilip Kumar Discussion: https://postgr.es/m/CAFiTN-uV_u1LgBN_CAiGyfgPXp+bfBUVqG5mZ24Nqc8e_Yb0HQ@mail.gmail.com
This commit is contained in:
parent
860ea46ba7
commit
c6863b8582
@ -109,7 +109,7 @@ $node->command_checks_all(
|
|||||||
1,
|
1,
|
||||||
[qr/^$/],
|
[qr/^$/],
|
||||||
[
|
[
|
||||||
qr/^createdb: error: database creation failed: ERROR: invalid create database strategy|^createdb: error: database creation failed: ERROR: invalid create database strategy foo/s
|
qr/^createdb: error: database creation failed: ERROR: invalid create database strategy foo/s
|
||||||
],
|
],
|
||||||
'createdb with incorrect --strategy');
|
'createdb with incorrect --strategy');
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user