mirror of
https://github.com/postgres/postgres.git
synced 2025-12-19 17:02:53 +03: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:
@@ -1784,7 +1784,7 @@ _gin_parallel_merge(GinBuildState *state)
|
|||||||
++numtuples);
|
++numtuples);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* relase all the memory */
|
/* release all the memory */
|
||||||
GinBufferFree(buffer);
|
GinBufferFree(buffer);
|
||||||
|
|
||||||
tuplesort_end(state->bs_sortstate);
|
tuplesort_end(state->bs_sortstate);
|
||||||
@@ -1972,7 +1972,7 @@ _gin_process_worker_data(GinBuildState *state, Tuplesortstate *worker_sort,
|
|||||||
GinBufferReset(buffer);
|
GinBufferReset(buffer);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* relase all the memory */
|
/* release all the memory */
|
||||||
GinBufferFree(buffer);
|
GinBufferFree(buffer);
|
||||||
|
|
||||||
tuplesort_end(worker_sort);
|
tuplesort_end(worker_sort);
|
||||||
|
|||||||
Reference in New Issue
Block a user