1
0
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:
Michael Paquier
2025-12-19 14:33:38 +09:00
parent b3ccb0a2cb
commit 5cdbec5aa9

View File

@@ -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);