forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitc35a3fb
committed
Allow table AM tuple_insert() method to return the different slot
This allows table AM to return a native tuple slot even ifVirtualTupleTableSlot is given as an input. Native tuple slots have knowledgeabout system attributes, which could be accessed in the future.table_multi_insert() method already can modify the input 'slots' array.Discussion:https://postgr.es/m/CAPpHfdurb9ycV8udYqM%3Do0sPS66PJ4RCBM1g-bBpvzUfogY0EA%40mail.gmail.comReviewed-by: Matthias van de Meent, Mark Dilger, Pavel BorisovReviewed-by: Nikita Malakhov, Japin Li1 parent02eb07e commitc35a3fb
File tree
3 files changed
+18
-13
lines changed- src
- backend
- access/heap
- executor
- include/access
3 files changed
+18
-13
lines changedLines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
237 | 237 |
| |
238 | 238 |
| |
239 | 239 |
| |
240 |
| - | |
| 240 | + | |
241 | 241 |
| |
242 | 242 |
| |
243 | 243 |
| |
| |||
254 | 254 |
| |
255 | 255 |
| |
256 | 256 |
| |
| 257 | + | |
| 258 | + | |
257 | 259 |
| |
258 | 260 |
| |
259 | 261 |
| |
|
Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1125 | 1125 |
| |
1126 | 1126 |
| |
1127 | 1127 |
| |
1128 |
| - | |
1129 |
| - | |
1130 |
| - | |
| 1128 | + | |
| 1129 | + | |
| 1130 | + | |
1131 | 1131 |
| |
1132 | 1132 |
| |
1133 | 1133 |
| |
|
Lines changed: 12 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
500 | 500 |
| |
501 | 501 |
| |
502 | 502 |
| |
503 |
| - | |
504 |
| - | |
505 |
| - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
506 | 506 |
| |
507 | 507 |
| |
508 | 508 |
| |
| |||
1392 | 1392 |
| |
1393 | 1393 |
| |
1394 | 1394 |
| |
1395 |
| - | |
1396 |
| - | |
1397 |
| - | |
| 1395 | + | |
| 1396 | + | |
| 1397 | + | |
| 1398 | + | |
| 1399 | + | |
| 1400 | + | |
1398 | 1401 |
| |
1399 |
| - | |
| 1402 | + | |
1400 | 1403 |
| |
1401 | 1404 |
| |
1402 | 1405 |
| |
1403 |
| - | |
1404 |
| - | |
| 1406 | + | |
| 1407 | + | |
1405 | 1408 |
| |
1406 | 1409 |
| |
1407 | 1410 |
| |
|
0 commit comments
Comments
(0)