Re: Fix smgrtruncate code comment.
Heikki Linnakangas <hlinnaka@iki.fi>
From: Heikki Linnakangas <hlinnaka@iki.fi>
To: Kirill Reshke <reshkekirill@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2024-07-29T11:27:03Z
Lists: pgsql-hackers
On 29/07/2024 13:50, Kirill Reshke wrote: > Today I was busy rebasing my Greenplum-related Extendable SMGR > patches on Cloudberry, and I faced some conflicts. > While resolving them I noticed code & comments inconsistency in smgr.c > in smgrtruncate function, which tracks down to > c5315f4f44843c20ada876fdb0d0828795dfbdf5. In this commit, > smgr_fsm_nblocks & smgr_vm_nblocks fields were removed, however > comments were not fixed accordingly. > > So i suggest to fix this, PFA Applied, thanks! -- Heikki Linnakangas Neon (https://neon.tech)
Commits
-
Fix outdated comment in smgrtruncate()
- 19de089cdc23 18.0 landed
-
Cache smgrnblocks() results in recovery.
- c5315f4f4484 14.0 cited