- Notifications
You must be signed in to change notification settings - Fork5
Commit772f63d
committed
Fix nodeTidscan.c to not trigger an error if the block number portion of
a user-supplied TID is out of range for the relation. This is needed topreserve compatibility with our pre-8.3 behavior, and it is sensible anywaysince if the query were implemented by brute force rather than optimizedinto a TidScan, the behavior for a non-existent TID would be zero rows out,never an error. Per gripe from Gurjeet Singh.1 parentca0aecf commit772f63d
1 file changed
+15
-3
lines changedLines changed: 15 additions & 3 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 |
| |
| |||
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
| 57 | + | |
57 | 58 |
| |
58 | 59 |
| |
59 | 60 |
| |
60 | 61 |
| |
61 | 62 |
| |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
62 | 71 |
| |
63 | 72 |
| |
64 | 73 |
| |
| |||
97 | 106 |
| |
98 | 107 |
| |
99 | 108 |
| |
100 |
| - | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
101 | 112 |
| |
102 | 113 |
| |
103 | 114 |
| |
| |||
142 | 153 |
| |
143 | 154 |
| |
144 | 155 |
| |
145 |
| - | |
| 156 | + | |
| 157 | + | |
146 | 158 |
| |
147 | 159 |
| |
148 | 160 |
| |
|
0 commit comments
Comments
(0)