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:43 -0300 |
commit | 561a5ab7514cd38fa7433d2214ce308481b10044 (patch) | |
tree | 291549fdfab6a8bbe562cfdbf7d794f82f1192e6 | |
parent | 5065596e510f899122c1189de23af56c4953e2e0 (diff) | |
download | postgresql-561a5ab7514cd38fa7433d2214ce308481b10044.tar.gz postgresql-561a5ab7514cd38fa7433d2214ce308481b10044.zip |
Fix typo
-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 f329fdd10f1..488678191ba 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]; |