Add table AM 'tid_visible' - Mailing list pgsql-hackers

From Jinbao Chen
Subject Add table AM 'tid_visible'
Date
Msg-id B9754C4A-B270-4E03-A2A4-BB0929B3FC87@vmware.com
Whole thread Raw
Responses Re: Add table AM 'tid_visible'  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers

We directly call the heap function VM_ALL_VISIBLE in the

IndexOnlyNext function. This is not in line with the design idea of

table am. If the new storage type needs to implement index only

scan, he must hack the IndexOnlyNext function.

 

So this patch add a new table am 'tid_visible' to test visibility

of tid. So that index only scan can completely use table AM.

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Split copy.c
Next
From: Julien Rouhaud
Date:
Subject: Re: Collation versioning