A minor grammar error was found in a comment in the smgrtruncate function - Mailing list pgsql-hackers

From jinbinge
Subject A minor grammar error was found in a comment in the smgrtruncate function
Date
Msg-id 166ae829.3322.19bd9869297.Coremail.jinbinge@126.com
Whole thread Raw
Responses Re: A minor grammar error was found in a comment in the smgrtruncate function
List pgsql-hackers
Hi, 

I found a minor grammar error in a comment in the smgrtruncate function (src/backend/storage/smgr/smgr.c).
The word "is" is redundant and should be omitted.

/* Make the cached size is invalid if we encounter an error. */
reln->smgr_cached_nblocks[forknum[i]] = InvalidBlockNumber;


Regards,
Jinbinge


Attachment

pgsql-hackers by date:

Previous
From: Rob Moore
Date:
Subject: Re: Proposal: Add backup start time to pg_stat_progress_basebackup
Next
From: Amit Kapila
Date:
Subject: Re: Logical Replication of sequences