Skip to content

Commit 5cdbec5

Browse files
committed
Fix typos in gininsert.c
Introduced by 8492feb. Author: Xingbin She <xingbin.she@qq.com> Discussion: https://postgr.es/m/tencent_C254AE962588605F132DB4A6F87205D6A30A@qq.com
1 parent b3ccb0a commit 5cdbec5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/access/gin/gininsert.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1784,7 +1784,7 @@ _gin_parallel_merge(GinBuildState *state)
17841784
++numtuples);
17851785
}
17861786

1787-
/* relase all the memory */
1787+
/* release all the memory */
17881788
GinBufferFree(buffer);
17891789

17901790
tuplesort_end(state->bs_sortstate);
@@ -1972,7 +1972,7 @@ _gin_process_worker_data(GinBuildState *state, Tuplesortstate *worker_sort,
19721972
GinBufferReset(buffer);
19731973
}
19741974

1975-
/* relase all the memory */
1975+
/* release all the memory */
19761976
GinBufferFree(buffer);
19771977

19781978
tuplesort_end(worker_sort);

0 commit comments

Comments
 (0)