forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit09963ce
committed
Go back to suppressing foreign_data DETAIL test output.
This is almost a straight revert of commitfff518d, which itself was arevert of7d3bf73.It turns out that commit8aa9dd7, which sorted dependent objects beforedeletion in DROP OWNED BY, was not sufficient to make all remainingunstable DETAIL output stable. Unstable DETAIL output from DROP ROLEwas not affected, because that happens to use a different code path. Itdoesn't seem worthwhile to fix the other code path at this time.Discussion:https://postgr.es/m/6226.1553274783@sss.pgh.pa.us1 parentc8151e6 commit09963ce
File tree
2 files changed
+6
-4
lines changed- src/test/regress
- expected
- sql
2 files changed
+6
-4
lines changedLines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
| 442 | + | |
| 443 | + | |
442 | 444 |
| |
443 | 445 |
| |
444 |
| - | |
445 |
| - | |
| 446 | + | |
446 | 447 |
| |
447 | 448 |
| |
448 | 449 |
| |
| |||
1203 | 1204 |
| |
1204 | 1205 |
| |
1205 | 1206 |
| |
1206 |
| - | |
1207 | 1207 |
| |
1208 | 1208 |
| |
1209 | 1209 |
| |
|
Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
199 | 199 |
| |
200 | 200 |
| |
201 | 201 |
| |
| 202 | + | |
| 203 | + | |
202 | 204 |
| |
| 205 | + | |
203 | 206 |
| |
204 | 207 |
| |
205 | 208 |
| |
| |||
501 | 504 |
| |
502 | 505 |
| |
503 | 506 |
| |
504 |
| - | |
505 | 507 |
| |
506 | 508 |
| |
507 | 509 |
| |
|
0 commit comments
Comments
(0)