mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix typos in gininsert.c
Introduced by 8492feb98f.
Author: Xingbin She <xingbin.she@qq.com>
Discussion: https://postgr.es/m/tencent_C254AE962588605F132DB4A6F87205D6A30A@qq.com
This commit is contained in:
parent
b3ccb0a2cb
commit
5cdbec5aa9
1 changed files with 2 additions and 2 deletions
|
|
@ -1784,7 +1784,7 @@ _gin_parallel_merge(GinBuildState *state)
|
|||
++numtuples);
|
||||
}
|
||||
|
||||
/* relase all the memory */
|
||||
/* release 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 */
|
||||
/* release all the memory */
|
||||
GinBufferFree(buffer);
|
||||
|
||||
tuplesort_end(worker_sort);
|
||||
|
|
|
|||
Loading…
Reference in a new issue