is there a reason we don't xlog index free space?

From: John Naylor <john(dot)naylor(at)2ndquadrant(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: is there a reason we don't xlog index free space?
Date: 2019-01-21 22:04:05
Message-ID: CACPNZCvTQ9wAPYDpWJkiDuCGKXP9BSSAtBN22zBwX2a1PZR2EA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-hackers by date

  From Date Subject
Next Message Bossart, Nathan 2019-01-21 22:09:09 Re: A few new options for vacuumdb
Previous Message John Naylor 2019-01-21 21:23:18 Re: WIP: Avoid creation of the free space map for small tables