[PATCH] Allow specification of custom slot for custom nodes - Mailing list pgsql-hackers

From Alexander Korotkov
Subject [PATCH] Allow specification of custom slot for custom nodes
Date
Msg-id CAPpHfduJUU6ToecvTyRE_yjxTS80FyPpct4OHaLFk3OEheMTNA@mail.gmail.com
Whole thread Raw
Responses Re: [PATCH] Allow specification of custom slot for custom nodes
List pgsql-hackers
Hackers,

we have supported custom nodes for while. Custom slots are a bit more
"recent" feature. Since we now support custom slots, which could
handle custom tuple format, why not allow custom nodes to use them?

For instance, a custom table access method can have its own tuple
format and use a custom node to provide some custom type of scan. The
ability to set a custom slot would save us from tuple format
conversion (thank happened to me while working on OrioleDB). I think
other users of custom nodes may also benefit.

------
Regards,
Alexander Korotkov

Attachment

pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: Add red-black tree missing comparison searches
Next
From: Reid Thompson
Date:
Subject: Patch to address creation of PgStat* contexts with null parent context