aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gist.c
diff options
context:
space:
mode:
authorMasahiko Sawada <msawada@postgresql.org>2024-11-04 10:21:59 -0800
committerMasahiko Sawada <msawada@postgresql.org>2024-11-04 10:21:59 -0800
commit215f7af27d622162a1e33883f71697af374b98cf (patch)
tree480eca3ee56803cc95859db5329d97ff45bbb7e2 /src/backend/access/gist/gist.c
parent846cfe0dcc0281fd9064798ac3539e20379b9b91 (diff)
downloadpostgresql-215f7af27d622162a1e33883f71697af374b98cf.tar.gz
postgresql-215f7af27d622162a1e33883f71697af374b98cf.zip
Fix typo in comment of gistdoinsert().
Author: Tender Wang Reviewed-by: Masahiko Sawada Discussion: https://postgr.es/m/CAHewXN%3D3sH2sNw4nC3QGCEVw1Lftmw9m5y1Xje0bXK6ApDrsPQ%40mail.gmail.com
Diffstat (limited to 'src/backend/access/gist/gist.c')
-rw-r--r--src/backend/access/gist/gist.c2
1 files changed, 1 insertions, 1 deletions
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.
*/