forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit881defd
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 parent055f786 commit881defd
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1913 | 1913 |
| |
1914 | 1914 |
| |
1915 | 1915 |
| |
1916 |
| - | |
1917 |
| - | |
1918 |
| - | |
| 1916 | + | |
| 1917 | + | |
| 1918 | + | |
1919 | 1919 |
| |
1920 | 1920 |
| |
1921 | 1921 |
| |
|
0 commit comments
Comments
(0)