From: | Alexander Korotkov <akorotkov(at)postgresql(dot)org> |
---|---|
To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
Subject: | pgsql: Support for custom slots in the custom executor nodes |
Date: | 2022-11-23 22:02:02 |
Message-ID: | E1oxxof-000Y2c-8q@gemulon.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers |
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
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/cee120951427fe39a54ab800abfa2834d85b8771
Modified Files
--------------
src/backend/executor/nodeCustom.c | 13 +++++++++++--
src/include/nodes/execnodes.h | 1 +
2 files changed, 12 insertions(+), 2 deletions(-)
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2022-11-23 23:23:11 | pgsql: Rework memory contexts in charge of HBA/ident tokenization |
Previous Message | Andrew Dunstan | 2022-11-23 19:44:04 | pgsql: Simplify WARNING messages from skipped vacuum/analyze on a table |