Fix outdated comment in smgrtruncate()

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 19de089cdc23373e2f36916017a1e23e8ff4c2f8
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2024-07-29T11:23:23Z
Releases: 18.0
Fix outdated comment in smgrtruncate()

Commit c5315f4f44 replaced smgr_fsm_nblocks and smgr_vm_nblocks with
smgr_cached_nblocks, but forgot to update this comment.

Author: Kirill Reshke
Discussion: https://www.postgresql.org/message-id/CALdSSPh9VA6SDSVjrcmSPEYramf%2BrFisK7GqJo1dtRnD3vddmA@mail.gmail.com

Files

PathChange+/−
src/backend/storage/smgr/smgr.c modified +3 −3

Discussion