- Notifications
You must be signed in to change notification settings - Fork5
Commit81d815d
committed
Suppress DROP CASCADE notices in regression tests
In the regression tests, when doing cascaded drops, we need to suppressthe notices from DROP CASCADE or there can be transient regressionfailures as the order of drops can depend on the physical row order inpg_depend.Report and fix suggestion from Tom.1 parent30bf468 commit81d815d
File tree
2 files changed
+23
-31
lines changed- src/test/regress
- expected
- sql
2 files changed
+23
-31
lines changedLines changed: 9 additions & 31 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
| 777 | + | |
| 778 | + | |
777 | 779 |
| |
778 |
| - | |
779 |
| - | |
780 |
| - | |
| 780 | + | |
781 | 781 |
| |
782 | 782 |
| |
783 | 783 |
| |
| |||
1606 | 1606 |
| |
1607 | 1607 |
| |
1608 | 1608 |
| |
| 1609 | + | |
| 1610 | + | |
1609 | 1611 |
| |
1610 |
| - | |
1611 |
| - | |
1612 |
| - | |
| 1612 | + | |
1613 | 1613 |
| |
1614 | 1614 |
| |
1615 | 1615 |
| |
| |||
2205 | 2205 |
| |
2206 | 2206 |
| |
2207 | 2207 |
| |
| 2208 | + | |
| 2209 | + | |
2208 | 2210 |
| |
2209 |
| - | |
2210 |
| - | |
2211 |
| - | |
2212 |
| - | |
2213 |
| - | |
2214 |
| - | |
2215 |
| - | |
2216 |
| - | |
2217 |
| - | |
2218 |
| - | |
2219 |
| - | |
2220 |
| - | |
2221 |
| - | |
2222 |
| - | |
2223 |
| - | |
2224 |
| - | |
2225 |
| - | |
2226 |
| - | |
2227 |
| - | |
2228 |
| - | |
2229 |
| - | |
2230 |
| - | |
2231 |
| - | |
2232 |
| - | |
2233 |
| - | |
| 2211 | + | |
2234 | 2212 |
| |
2235 | 2213 |
| |
2236 | 2214 |
|
Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
321 | 321 |
| |
322 | 322 |
| |
323 | 323 |
| |
| 324 | + | |
| 325 | + | |
| 326 | + | |
324 | 327 |
| |
| 328 | + | |
| 329 | + | |
325 | 330 |
| |
326 | 331 |
| |
327 | 332 |
| |
| |||
601 | 606 |
| |
602 | 607 |
| |
603 | 608 |
| |
| 609 | + | |
| 610 | + | |
| 611 | + | |
604 | 612 |
| |
| 613 | + | |
| 614 | + | |
605 | 615 |
| |
606 | 616 |
| |
607 | 617 |
| |
| |||
914 | 924 |
| |
915 | 925 |
| |
916 | 926 |
| |
| 927 | + | |
| 928 | + | |
| 929 | + | |
917 | 930 |
| |
| 931 | + | |
918 | 932 |
| |
919 | 933 |
| |
920 | 934 |
| |
|
0 commit comments
Comments
(0)