forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcc80f0a
committed
Remove ancient restriction that LIMIT/OFFSET can't contain a sub-select.
This was probably protecting some implementation limitation when it wasput in, but as far as I can tell the planner and executor have no suchassumption anymore; the case seems to work fine. Per a gripe fromGrzegorz Jaskiewicz.1 parentefac279 commitcc80f0a
1 file changed
+2
-12
lines changedLines changed: 2 additions & 12 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
| |||
1091 | 1091 |
| |
1092 | 1092 |
| |
1093 | 1093 |
| |
1094 |
| - | |
1095 |
| - | |
1096 |
| - | |
| 1094 | + | |
1097 | 1095 |
| |
1098 | 1096 |
| |
1099 | 1097 |
| |
| |||
1111 | 1109 |
| |
1112 | 1110 |
| |
1113 | 1111 |
| |
1114 |
| - | |
1115 |
| - | |
1116 |
| - | |
1117 |
| - | |
1118 |
| - | |
1119 |
| - | |
1120 |
| - | |
1121 |
| - | |
1122 | 1112 |
| |
1123 | 1113 |
| |
1124 | 1114 |
| |
|
0 commit comments
Comments
(0)