Support for custom slots in the custom executor nodes
Alexander Korotkov <akorotkov@postgresql.org>
Support for custom slots in the custom executor nodes Some custom table access method may have their tuple format and use custom executor nodes for their custom scan types. The ability to set a custom slot would save them from tuple format conversion. Other users of custom executor nodes may also benefit. Discussion: https://postgr.es/m/CAPpHfduJUU6ToecvTyRE_yjxTS80FyPpct4OHaLFk3OEheMTNA@mail.gmail.com Author: Alexander Korotkov Reviewed-by: Pavel Borisov
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/executor/nodeCustom.c | modified | +11 −2 |
| src/include/nodes/execnodes.h | modified | +1 −0 |
Discussion
- [PATCH] Allow specification of custom slot for custom nodes 5 messages · 2022-06-30 → 2022-12-02