On Mon, 2022-02-14 at 00:43 +0300, Nikolay Shaplov wrote: > For index access methods "amoptions" member function that preformed > option > processing, were replaced with "amreloptspecset" member function that > provided > an SpecSet for reloptions for this AM, so caller can trigger option > processing > himself.
What about table access methods? There have been a couple attempts to allow custom reloptions for table AMs. Does this patch help that use case? Regards, Jeff Davis