On Wed, Sep 3, 2025 at 2:25 AM Konstantin Knizhnik <knizh...@garret.ru> wrote: > Do you suggest to replace `PageGetTempPage` with using local buffers? > Or may be change `PageGetTempPage*` to accept parameter with provided > local buffer?
I think that _bt_split could easily be switched over to using 2 local PGAlignedBlock variables, removing its use of PageGetTempPage. I don't think that it is necessary to consider other PageGetTempPage callers. -- Peter Geoghegan