forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfd7a114
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 parent4435a8d commitfd7a114
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1434 | 1434 |
| |
1435 | 1435 |
| |
1436 | 1436 |
| |
1437 |
| - | |
1438 |
| - | |
1439 |
| - | |
| 1437 | + | |
| 1438 | + | |
| 1439 | + | |
1440 | 1440 |
| |
1441 | 1441 |
| |
1442 | 1442 |
| |
|
0 commit comments
Comments
(0)