is there a reason we don't xlog index free space? - Mailing list pgsql-hackers

From John Naylor
Subject is there a reason we don't xlog index free space?
Date
Msg-id CACPNZCvTQ9wAPYDpWJkiDuCGKXP9BSSAtBN22zBwX2a1PZR2EA@mail.gmail.com
Whole thread Raw
List pgsql-hackers
I knew that XLogRecordPageWithFreeSpace() is only called by heapam.c,
but I figured indexes had their own logic to xlog free space. While
investigating something else I found that brin indexes, at least, on
the secondary have no FSMs. Is this deliberate?

-- 
John Naylor                https://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


pgsql-hackers by date:

Previous
From: John Naylor
Date:
Subject: Re: WIP: Avoid creation of the free space map for small tables
Next
From: "Bossart, Nathan"
Date:
Subject: Re: A few new options for vacuumdb