At 2018-03-05 14:42:14 +0900, mich...@paquier.xyz wrote:
>
> > - sinval is a signal invalidation, so it seems to me that "a" is
> > correct, not "an".

I guess it depends on whether you read it as "sin-val" or "ess-inval".

> diff --git a/src/backend/access/gin/ginvacuum.c 
> b/src/backend/access/gin/ginvacuum.c
> index 398532d80b..8b08b46ff6 100644
> --- a/src/backend/access/gin/ginvacuum.c
> +++ b/src/backend/access/gin/ginvacuum.c
> @@ -381,7 +381,7 @@ ginVacuumPostingTreeLeaves(GinVacuumState *gvs, 
> BlockNumber blkno, bool isRoot)
>  
>               /*
>                * All subtree is empty - just return true to indicate that 
> parent
> -              * must do a cleanup. Unless we are ROOT an there is way to go 
> upper.
> +              * must do a cleanup. Unless we are ROOT and there is way to go 
> upper.
>                */

That particular comment could use some more changes. :-)

-- Abhijit

Reply via email to