Skip to content

Commit 215f7af

Browse files
Fix typo in comment of gistdoinsert().
Author: Tender Wang Reviewed-by: Masahiko Sawada Discussion: https://postgr.es/m/CAHewXN%3D3sH2sNw4nC3QGCEVw1Lftmw9m5y1Xje0bXK6ApDrsPQ%40mail.gmail.com
1 parent 846cfe0 commit 215f7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/access/gist/gist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ gistplacetopage(Relation rel, Size freespace, GISTSTATE *giststate,
627627
}
628628

629629
/*
630-
* Workhouse routine for doing insertion into a GiST index. Note that
630+
* Workhorse routine for doing insertion into a GiST index. Note that
631631
* this routine assumes it is invoked in a short-lived memory context,
632632
* so it does not bother releasing palloc'd allocations.
633633
*/

0 commit comments

Comments
 (0)