projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3ccb0a
)
Fix typos in gininsert.c
master
github/master
author
Michael Paquier
<
[email protected]
>
Fri, 19 Dec 2025 05:33:38 +0000
(14:33 +0900)
committer
Michael Paquier
<
[email protected]
>
Fri, 19 Dec 2025 05:33:38 +0000
(14:33 +0900)
Introduced by
8492feb98f6d
.
Author: Xingbin She <
[email protected]
>
Discussion: https://postgr.es/m/
[email protected]
src/backend/access/gin/gininsert.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/gin/gininsert.c
b/src/backend/access/gin/gininsert.c
index df30dcc0228828b446769d70e9a200bfbc51eb87..88246071c4b296b90ece5b5639d9b4372ee96578 100644
(file)
--- a/
src/backend/access/gin/gininsert.c
+++ b/
src/backend/access/gin/gininsert.c
@@
-1784,7
+1784,7
@@
_gin_parallel_merge(GinBuildState *state)
++numtuples);
}
- /* relase all the memory */
+ /* rel
e
ase all the memory */
GinBufferFree(buffer);
tuplesort_end(state->bs_sortstate);
@@
-1972,7
+1972,7
@@
_gin_process_worker_data(GinBuildState *state, Tuplesortstate *worker_sort,
GinBufferReset(buffer);
}
- /* relase all the memory */
+ /* rel
e
ase all the memory */
GinBufferFree(buffer);
tuplesort_end(worker_sort);