From 9c614b424418d451fb375294733b0cdc3740a1b7 Mon Sep 17 00:00:00 2001 From: Tender Wang Date: Mon, 4 Nov 2024 22:28:24 +0800 Subject: [PATCH] Fix a typo in the comment of gistdoinsert() --- src/backend/access/gist/gist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index 2d7a0687d4..3ae913e023 100644 --- a/src/backend/access/gist/gist.c +++ b/src/backend/access/gist/gist.c @@ -627,7 +627,7 @@ gistplacetopage(Relation rel, Size freespace, GISTSTATE *giststate, } /* - * Workhouse routine for doing insertion into a GiST index. Note that + * Workhorse routine for doing insertion into a GiST index. Note that * this routine assumes it is invoked in a short-lived memory context, * so it does not bother releasing palloc'd allocations. */ -- 2.25.1