forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commita9003b3
Support for custom slots in the custom executor nodes
Some custom table access method may have their tuple format and use customexecutor nodes for their custom scan types. The ability to set a custom slotwould save them from tuple format conversion. Other users of custom executornodes may also benefit.Discussion:https://postgr.es/m/CAPpHfduJUU6ToecvTyRE_yjxTS80FyPpct4OHaLFk3OEheMTNA@mail.gmail.comAuthor: Alexander KorotkovReviewed-by: Pavel Borisov1 parent413c708 commita9003b3
2 files changed
+12
-2
lines changedLines changed: 11 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
29 | 29 |
| |
30 | 30 |
| |
31 | 31 |
| |
| 32 | + | |
32 | 33 |
| |
33 | 34 |
| |
34 | 35 |
| |
| |||
63 | 64 |
| |
64 | 65 |
| |
65 | 66 |
| |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
66 | 75 |
| |
67 | 76 |
| |
68 | 77 |
| |
| |||
73 | 82 |
| |
74 | 83 |
| |
75 | 84 |
| |
76 |
| - | |
| 85 | + | |
77 | 86 |
| |
78 | 87 |
| |
79 | 88 |
| |
80 | 89 |
| |
81 | 90 |
| |
82 | 91 |
| |
83 |
| - | |
| 92 | + | |
84 | 93 |
| |
85 | 94 |
| |
86 | 95 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1949 | 1949 |
| |
1950 | 1950 |
| |
1951 | 1951 |
| |
| 1952 | + | |
1952 | 1953 |
| |
1953 | 1954 |
| |
1954 | 1955 |
| |
|
0 commit comments
Comments
(0)