Fix typos in gininsert.c
authorMichael Paquier <[email protected]>
Fri, 19 Dec 2025 05:33:38 +0000 (14:33 +0900)
committerMichael Paquier <[email protected]>
Fri, 19 Dec 2025 05:33:38 +0000 (14:33 +0900)
Introduced by 8492feb98f6d.

Author: Xingbin She <[email protected]>
Discussion: https://postgr.es/m/[email protected]

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