mirror of https://github.com/postgres/postgres
For some reason I used not_like = { pg_dumpall_dbprivs => 1, } in the test condition of one of the tests added in inpull/144/headc66a7d75e6
. That doesn't make sense for two reasons: 1) not_like isn't a valid test condition 2) the database should not be dumped in any of the tests. Due to 1), the test achieved its goal, but clearly the formulation is confusing. Instead use like => {}, with a comment explaining why. Reported-by: Peter Eisentraut <peter@eisentraut.org> Discussion: https://postgr.es/m/3ddf79f2-8b7b-a093-11d2-5c739bc64f86@eisentraut.org Backpatch: 11-, likec66a7d75e6
parent
dc8d72c1c2
commit
849d367ff9
Loading…
Reference in new issue