From: Alvaro Herrera Date: Tue, 21 Aug 2018 20:16:10 +0000 (-0300) Subject: Fix typo X-Git-Tag: XL_10_R1_1~14^2~128 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=6350dc7c89d24abcf38268a8158b8a2152ecd99a;p=postgres-xl.git Fix typo --- diff --git a/src/backend/utils/mmgr/dsa.c b/src/backend/utils/mmgr/dsa.c index fe62788188..1261542e1f 100644 --- a/src/backend/utils/mmgr/dsa.c +++ b/src/backend/utils/mmgr/dsa.c @@ -362,7 +362,7 @@ struct dsa_area /* * This backend's array of segment maps, ordered by segment index * corresponding to control->segment_handles. Some of the area's segments - * may not be mapped in in this backend yet, and some slots may have been + * may not be mapped in this backend yet, and some slots may have been * freed and need to be detached; these operations happen on demand. */ dsa_segment_map segment_maps[DSA_MAX_SEGMENTS];