forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb4fc645
committed
Make pg_dumpall's database ACL query independent of hash table order.
Previously GRANT order on databases was not well defined, due to the useof EXCEPT without an ORDER BY. Add an ORDER BY, adapt test output.I don't, at the moment, see reason to backpatch this.1 parent248776e commitb4fc645
2 files changed
+7
-4
lines changedLines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1307 | 1307 |
| |
1308 | 1308 |
| |
1309 | 1309 |
| |
1310 |
| - | |
1311 |
| - | |
| 1310 | + | |
| 1311 | + | |
| 1312 | + | |
1312 | 1313 |
| |
1313 |
| - | |
1314 |
| - | |
| 1314 | + | |
| 1315 | + | |
| 1316 | + | |
1315 | 1317 |
| |
1316 | 1318 |
| |
1317 | 1319 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2484 | 2484 |
| |
2485 | 2485 |
| |
2486 | 2486 |
| |
| 2487 | + | |
2487 | 2488 |
| |
2488 | 2489 |
| |
2489 | 2490 |
| |
|
0 commit comments
Comments
(0)