Re: Fix FSM range endpoint after relation extension - Mailing list pgsql-hackers

From Jingtang Zhang
Subject Re: Fix FSM range endpoint after relation extension
Date
Msg-id CAPsk3_DBqL0r87cz-DJZA5GJDWkFA7OPUXp4B71=ZbNhfG=Ggw@mail.gmail.com
Whole thread
In response to Fix FSM range endpoint after relation extension  (Jingtang Zhang <mrdrivingduck@gmail.com>)
Responses Re: Fix FSM range endpoint after relation extension
Re: Fix FSM range endpoint after relation extension
List pgsql-hackers
Hi hackers,

Just following up on this thread, since there hasn't been any feedback yet.

The patches are unchanged since the original posting. The fix is a
one-line correction to pass last_block + 1 as the exclusive endpoint
to FreeSpaceMapVacuumRange(), and the second patch includes a focused
test crossing an FSM leaf-page boundary.

If the diagnosis and fix look reasonable, I would greatly appreciate
a review.

---
Regards,
Jingtang



pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Fix comment typo in canonicalize_path_enc()
Next
From: Amit Kapila
Date:
Subject: Re: sequencesync worker race with REFRESH SEQUENCES