projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
083651d
)
Fix typo
author
Alvaro Herrera
<
[email protected]
>
Tue, 21 Aug 2018 20:16:10 +0000
(17:16 -0300)
committer
Alvaro Herrera
<
[email protected]
>
Tue, 21 Aug 2018 20:16:10 +0000
(17:16 -0300)
src/backend/utils/mmgr/dsa.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/mmgr/dsa.c
b/src/backend/utils/mmgr/dsa.c
index f329fdd10f175d8f40cac91f26edbd0ee837352f..488678191ba271157bfa987f9c7f59f7cad44aee 100644
(file)
--- 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];