Fix outdated comment in smgrtruncate()
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 29 Jul 2024 11:23:23 +0000 (14:23 +0300)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Mon, 29 Jul 2024 11:23:23 +0000 (14:23 +0300)
commit19de089cdc23373e2f36916017a1e23e8ff4c2f8
treea0d1fb96b527d40895bcdfd9e1247ee3eb32204e
parent513f4472a4a0d294ca64123627ce7b48ce0ee7c1
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
src/backend/storage/smgr/smgr.c