Fix typo in comment of gistdoinsert().
authorMasahiko Sawada <msawada@postgresql.org>
Mon, 4 Nov 2024 18:21:59 +0000 (10:21 -0800)
committerMasahiko Sawada <msawada@postgresql.org>
Mon, 4 Nov 2024 18:21:59 +0000 (10:21 -0800)
Author: Tender Wang
Reviewed-by: Masahiko Sawada
Discussion: https://postgr.es/m/CAHewXN%3D3sH2sNw4nC3QGCEVw1Lftmw9m5y1Xje0bXK6ApDrsPQ%40mail.gmail.com

src/backend/access/gist/gist.c

index 2d7a0687d4a5bfbeae54264cea8b10f95de1aaef..3ae913e0230ebd78df8e49e396e5314eb0089d4f 100644 (file)
@@ -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.
  */