From 215f7af27d622162a1e33883f71697af374b98cf Mon Sep 17 00:00:00 2001 From: Masahiko Sawada Date: Mon, 4 Nov 2024 10:21:59 -0800 Subject: Fix typo in comment of gistdoinsert(). Author: Tender Wang Reviewed-by: Masahiko Sawada Discussion: https://postgr.es/m/CAHewXN%3D3sH2sNw4nC3QGCEVw1Lftmw9m5y1Xje0bXK6ApDrsPQ%40mail.gmail.com --- src/backend/access/gist/gist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/backend/access/gist/gist.c') diff --git a/src/backend/access/gist/gist.c b/src/backend/access/gist/gist.c index 2d7a0687d4a..3ae913e0230 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. */ -- cgit v1.2.3