forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit849d367
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 parentdc8d72c commit849d367
1 file changed
+3
-3
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1929 | 1929 |
| |
1930 | 1930 |
| |
1931 | 1931 |
| |
1932 |
| - | |
1933 |
| - | |
1934 |
| - | |
| 1932 | + | |
| 1933 | + | |
| 1934 | + | |
1935 | 1935 |
| |
1936 | 1936 |
| |
1937 | 1937 |
| |
|
0 commit comments
Comments
(0)