Commit 8f5ac44
File tree
Expand file treeCollapse file tree
5 files changed
+121
-20
lines changedFilter options
- src
- backend
- access/common
- executor
- include/executor
- test/regress
- expected
- sql
Expand file treeCollapse file tree
5 files changed
+121
-20
lines changedsrc/backend/access/common/heaptuple.c
Copy file name to clipboardExpand all lines: src/backend/access/common/heaptuple.c+26Lines changed: 26 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1366 | 1366 |
|
1367 | 1367 |
|
1368 | 1368 |
|
| 1369 | + |
| 1370 | + |
| 1371 | + |
| 1372 | + |
| 1373 | + |
| 1374 | + |
| 1375 | + |
| 1376 | + |
| 1377 | + |
| 1378 | + |
| 1379 | + |
| 1380 | + |
| 1381 | + |
| 1382 | + |
| 1383 | + |
| 1384 | + |
| 1385 | + |
| 1386 | + |
| 1387 | + |
| 1388 | + |
| 1389 | + |
| 1390 | + |
| 1391 | + |
| 1392 | + |
| 1393 | + |
| 1394 | + |
1369 | 1395 |
|
1370 | 1396 |
|
1371 | 1397 |
|
|
src/backend/executor/execCurrent.c
Copy file name to clipboardExpand all lines: src/backend/executor/execCurrent.c+59-20Lines changed: 59 additions & 20 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
149 | 150 |
|
150 | 151 |
|
151 | 152 |
|
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 |
| - |
157 | 153 |
|
158 | 154 |
|
159 | 155 |
|
160 | 156 |
|
161 | 157 |
|
| 158 | + |
| 159 | + |
162 | 160 |
|
163 | 161 |
|
164 | 162 |
|
| ||
183 | 181 |
|
184 | 182 |
|
185 | 183 |
|
186 |
| - |
187 |
| - |
188 |
| - |
189 |
| - |
190 |
| - |
191 |
| - |
192 |
| - |
193 |
| - |
194 |
| - |
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | + |
| 190 | + |
| 191 | + |
| 192 | + |
| 193 | + |
| 194 | + |
| 195 | + |
| 196 | + |
| 197 | + |
| 198 | + |
| 199 | + |
| 200 | + |
| 201 | + |
| 202 | + |
| 203 | + |
| 204 | + |
| 205 | + |
| 206 | + |
| 207 | + |
| 208 | + |
| 209 | + |
| 210 | + |
| 211 | + |
| 212 | + |
| 213 | + |
| 214 | + |
| 215 | + |
| 216 | + |
| 217 | + |
| 218 | + |
| 219 | + |
| 220 | + |
| 221 | + |
| 222 | + |
| 223 | + |
| 224 | + |
| 225 | + |
| 226 | + |
| 227 | + |
| 228 | + |
| 229 | + |
| 230 | + |
| 231 | + |
| 232 | + |
| 233 | + |
| 234 | + |
| 235 | + |
| 236 | + |
| 237 | + |
| 238 | + |
| 239 | + |
201 | 240 |
|
202 | 241 |
|
203 | 242 |
|
|
src/include/executor/tuptable.h
Copy file name to clipboardExpand all lines: src/include/executor/tuptable.h+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
170 | 170 |
|
171 | 171 |
|
172 | 172 |
|
| 173 | + |
| 174 | + |
173 | 175 |
|
174 | 176 |
|
src/test/regress/expected/portals.out
Copy file name to clipboardExpand all lines: src/test/regress/expected/portals.out+24Lines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1245 | 1245 |
|
1246 | 1246 |
|
1247 | 1247 |
|
| 1248 | + |
| 1249 | + |
| 1250 | + |
| 1251 | + |
| 1252 | + |
| 1253 | + |
| 1254 | + |
| 1255 | + |
| 1256 | + |
| 1257 | + |
| 1258 | + |
| 1259 | + |
| 1260 | + |
| 1261 | + |
| 1262 | + |
| 1263 | + |
| 1264 | + |
| 1265 | + |
| 1266 | + |
| 1267 | + |
| 1268 | + |
| 1269 | + |
| 1270 | + |
| 1271 | + |
1248 | 1272 |
|
1249 | 1273 |
|
1250 | 1274 |
|
|
src/test/regress/sql/portals.sql
Copy file name to clipboardExpand all lines: src/test/regress/sql/portals.sql+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
462 | 462 |
|
463 | 463 |
|
464 | 464 |
|
| 465 | + |
| 466 | + |
| 467 | + |
| 468 | + |
| 469 | + |
| 470 | + |
| 471 | + |
| 472 | + |
| 473 | + |
| 474 | + |
465 | 475 |
|
466 | 476 |
|
467 | 477 |
|
|
0 commit comments