pgsql: Use ExtendBufferedRelTo() in {vm,fsm}_extend()
Started by Andres Freundover 3 years ago1 messagescomitters
Use ExtendBufferedRelTo() in {vm,fsm}_extend()
This uses ExtendBufferedRelTo(), introduced in 31966b151e6, to extend the
visibilitymap and freespacemap to the size needed.
It also happens to fix a warning introduced in 3d6a98457d8, reported by Tom
Lane.
Discussion: /messages/by-id/20221029025420.eplyow6k7tgu6he3@awork3.anarazel.de
Discussion: /messages/by-id/2194723.1680736788@sss.pgh.pa.us
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/fcdda1e4b50249c344e510ea93d4bd74d2743430
Modified Files
--------------
src/backend/access/heap/visibilitymap.c | 80 ++++++++++-------------------
src/backend/storage/freespace/freespace.c | 83 +++++++++----------------------
2 files changed, 48 insertions(+), 115 deletions(-)