diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-08-21 17:16:10 -0300 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2018-08-21 17:20:48 -0300 |
commit | 6350dc7c89d24abcf38268a8158b8a2152ecd99a (patch) | |
tree | c4a8582c42370a6bb256e84a9c3123b5690bf8c0 /src | |
parent | 358fa997a31109757c9866709cd4ee43ddb292f0 (diff) | |
download | postgresql-6350dc7c89d24abcf38268a8158b8a2152ecd99a.tar.gz postgresql-6350dc7c89d24abcf38268a8158b8a2152ecd99a.zip |
Fix typo
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/mmgr/dsa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/mmgr/dsa.c b/src/backend/utils/mmgr/dsa.c index fe627881880..1261542e1f4 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]; |