projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
846cfe0
)
Fix typo in comment of gistdoinsert().
author
Masahiko Sawada
<
[email protected]
>
Mon, 4 Nov 2024 18:21:59 +0000
(10:21 -0800)
committer
Masahiko Sawada
<
[email protected]
>
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
|
blob
|
blame
|
history
diff --git
a/src/backend/access/gist/gist.c
b/src/backend/access/gist/gist.c
index 2d7a0687d4a5bfbeae54264cea8b10f95de1aaef..3ae913e0230ebd78df8e49e396e5314eb0089d4f 100644
(file)
--- 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,
}
/*
- * Workho
u
se routine for doing insertion into a GiST index. Note that
+ * Workho
r
se 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.
*/