Re: ScanKeys passed to table_beginscan in SeqNext

2025-07-14 Thread Tom Lane
Josh Innis writes: > Is there a plan to have scan keys passed to table_beginscan in SeqNext? and > if not, is there a reason why? I know the heap access method has support > for it. AFAIK the only part of the system that relies on HeapKeyTest to do anything useful is the catcache, which has cases

ScanKeys passed to table_beginscan in SeqNext

2025-07-14 Thread Josh Innis
Hello PG Devs, For an extension I am working on. I want to create a new storage access method. To do this, I would like/need to get scan_keys passed to table_beginscan in SeqNext. For reference, the comments in SeqRecheck /* * Note that unlike IndexScan, SeqScan never use keys in heap_beginscan