- Notifications
You must be signed in to change notification settings - Fork5
Commit92a2648
committed
> Actually, if you submit a patch that says either "SCROLL is the
default"> or "NO SCROLL is the default", it will be rejected as incorrect. The> reason is that the default behavior is different from either of these,> as is explained in the NOTES section.Ok, so *that's* where the bit about the query plan being simple enough.Based on that, ISTM that it should be premissable for us to decide thata cursor requiring a sort isn't "simple enough" to support SCROLL.In any case, here's a patch that makes the non-standard behavior easierfor people to find.Jim C. Nasby1 parent0bbd470 commit92a2648
1 file changed
+5
-3
lines changedLines changed: 5 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 |
| - | |
| 2 | + | |
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
133 | 135 |
| |
134 | 136 |
| |
135 | 137 |
| |
| |||
198 | 200 |
| |
199 | 201 |
| |
200 | 202 |
| |
201 |
| - | |
| 203 | + | |
202 | 204 |
| |
203 | 205 |
| |
204 | 206 |
| |
|
0 commit comments
Comments
(0)