HOT Update || want to use a different page for updated tuple - Mailing list pgsql-hackers

From Rohit Goyal
Subject HOT Update || want to use a different page for updated tuple
Date
Msg-id CANqGtSv4dExwUopy3TZ3YU1TTAxUeiwOQsNhUtfeMdQFrGiZeQ@mail.gmail.com
Whole thread Raw
Responses Re: HOT Update || want to use a different page for updated tuple  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List pgsql-hackers
Hi All, 

I was comparing postgresql performance and was just curious about performance in case i want to store the updated index tuple version on a different page. 
I was looking into the code of heapam.c, but was not able to find loop which i should remove so that postgresql use a different buffer for updated index tuple version.

Please guide me, about how i can achieve this.

Regards,
Rohit Goyal

pgsql-hackers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: Allocations in critical section (was Re: WAL format and API changes (9.5))
Next
From: Heikki Linnakangas
Date:
Subject: Re: HOT Update || want to use a different page for updated tuple