forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8d38cca
committed
Add proper regression test for the recent SRFs-in-pathkeys problem.
Remove the test case added by commitfac1b47, which never actuallyworked to expose the problem it claimed to test. Replace it witha case that does expose the problem, and also covers the SRF-not-at-the-top deficiency repaired in1aa8dad.Richard Guo, with some editorialization by meDiscussion:https://postgr.es/m/17564-c7472c2f90ef2da3@postgresql.org1 parentda4ed75 commit8d38cca
File tree
4 files changed
+30
-14
lines changed- src/test/regress
- expected
- sql
4 files changed
+30
-14
lines changedLines changed: 0 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1672 | 1672 |
| |
1673 | 1673 |
| |
1674 | 1674 |
| |
1675 |
| - | |
1676 |
| - | |
1677 |
| - | |
1678 |
| - | |
1679 |
| - | |
1680 |
| - | |
1681 |
| - | |
1682 |
| - | |
1683 |
| - | |
1684 |
| - | |
1685 |
| - | |
1686 |
| - |
Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1151 | 1151 |
| |
1152 | 1152 |
| |
1153 | 1153 |
| |
| 1154 | + | |
| 1155 | + | |
| 1156 | + | |
| 1157 | + | |
| 1158 | + | |
| 1159 | + | |
| 1160 | + | |
| 1161 | + | |
| 1162 | + | |
| 1163 | + | |
| 1164 | + | |
| 1165 | + | |
| 1166 | + | |
| 1167 | + | |
| 1168 | + | |
| 1169 | + | |
| 1170 | + | |
| 1171 | + | |
| 1172 | + | |
| 1173 | + | |
| 1174 | + | |
| 1175 | + | |
| 1176 | + | |
| 1177 | + | |
1154 | 1178 |
| |
1155 | 1179 |
| |
1156 | 1180 |
| |
|
Lines changed: 0 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
284 |
| - | |
285 |
| - |
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
435 | 435 |
| |
436 | 436 |
| |
437 | 437 |
| |
| 438 | + | |
| 439 | + | |
| 440 | + | |
| 441 | + | |
| 442 | + | |
| 443 | + | |
438 | 444 |
| |
439 | 445 |
| |
440 | 446 |
| |
|
0 commit comments
Comments
(0)