forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit4dfb610
committed
pg_dump: tests: Correct test condition for invalid databases
For some reason I used not_like = { pg_dumpall_dbprivs => 1, } in the testcondition of one of the tests added in inc66a7d7. That doesn't make sensefor two reasons: 1) not_like isn't a valid test condition 2) the databaseshould not be dumped in any of the tests. Due to 1), the test achieved itsgoal, but clearly the formulation is confusing. Instead use like => {}, witha comment explaining why.Reported-by: Peter Eisentraut <peter@eisentraut.org>Discussion:https://postgr.es/m/3ddf79f2-8b7b-a093-11d2-5c739bc64f86@eisentraut.orgBackpatch: 11-, likec66a7d71 parent5cff431 commit4dfb610
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1455 | 1455 |
| |
1456 | 1456 |
| |
1457 | 1457 |
| |
1458 |
| - | |
1459 |
| - | |
1460 |
| - | |
| 1458 | + | |
| 1459 | + | |
| 1460 | + | |
1461 | 1461 |
| |
1462 | 1462 |
| |
1463 | 1463 |
| |
|
0 commit comments
Comments
(0)