mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
C comments: "a" <--> "an" corrections
Reported-by: Michael Paquier, Abhijit Menon-Sen Discussion: https://postgr.es/m/20180305045854.GB2266@paquier.xyz Author: Michael Paquier, Abhijit Menon-Sen, me
This commit is contained in:
@ -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.
|
||||
*/
|
||||
|
||||
if (hasEmptyChild && !hasNonEmptyChild && !isRoot)
|
||||
|
Reference in New Issue
Block a user