forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit443c08a


Jan Wieck
Jan Wieck
Fixed shift/reduce conflict
SelectStmt and CursorStmt tried to parse FOR UPDATE ... / FOR READ ONLY.Cursor now checks that it is read only by looking at forUpdate of Query.SelectStmt handles FOR READ ONLY too.Jan1 parent1f82f1d commit443c08a
1 file changed
+7
-21
lines changedLines changed: 7 additions & 21 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| |||
196 | 196 |
| |
197 | 197 |
| |
198 | 198 |
| |
199 |
| - | |
| 199 | + | |
200 | 200 |
| |
201 | 201 |
| |
202 | 202 |
| |
| |||
2646 | 2646 |
| |
2647 | 2647 |
| |
2648 | 2648 |
| |
2649 |
| - | |
| 2649 | + | |
2650 | 2650 |
| |
2651 | 2651 |
| |
2652 | 2652 |
| |
| |||
2664 | 2664 |
| |
2665 | 2665 |
| |
2666 | 2666 |
| |
| 2667 | + | |
| 2668 | + | |
| 2669 | + | |
2667 | 2670 |
| |
2668 | 2671 |
| |
2669 | 2672 |
| |
| |||
2675 | 2678 |
| |
2676 | 2679 |
| |
2677 | 2680 |
| |
2678 |
| - | |
2679 |
| - | |
2680 |
| - | |
2681 |
| - | |
2682 |
| - | |
2683 |
| - | |
2684 |
| - | |
2685 |
| - | |
2686 |
| - | |
2687 |
| - | |
2688 |
| - | |
2689 |
| - | |
2690 |
| - | |
2691 |
| - | |
2692 |
| - | |
2693 |
| - | |
2694 |
| - | |
2695 |
| - | |
2696 | 2681 |
| |
2697 | 2682 |
| |
2698 | 2683 |
| |
| |||
3007 | 2992 |
| |
3008 | 2993 |
| |
3009 | 2994 |
| |
| 2995 | + | |
3010 | 2996 |
| |
3011 | 2997 |
| |
3012 | 2998 |
| |
|
0 commit comments
Comments
(0)