Fix typos in gininsert.c
authorMichael Paquier <michael@paquier.xyz>
Fri, 19 Dec 2025 05:33:38 +0000 (14:33 +0900)
committerMichael Paquier <michael@paquier.xyz>
Fri, 19 Dec 2025 05:33:38 +0000 (14:33 +0900)
Introduced by 8492feb98f6d.

Author: Xingbin She <xingbin.she@qq.com>
Discussion: https://postgr.es/m/tencent_C254AE962588605F132DB4A6F87205D6A30A@qq.com

src/backend/access/gin/gininsert.c

index df30dcc0228828b446769d70e9a200bfbc51eb87..88246071c4b296b90ece5b5639d9b4372ee96578 100644 (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);