pgsql: Fix outdated comment in smgrtruncate() - Mailing list pgsql-committers

From Heikki Linnakangas
Subject pgsql: Fix outdated comment in smgrtruncate()
Date
Msg-id E1sYOX1-001jqM-PU@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/19de089cdc23373e2f36916017a1e23e8ff4c2f8

Modified Files
--------------
src/backend/storage/smgr/smgr.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Richard Guo
Date:
Subject: pgsql: Reduce memory used by partitionwise joins
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Move cancel key generation to after forking the backend