mirror of
https://github.com/postgres/postgres.git
synced 2025-04-29 13:56:47 +03:00
Fix typo
This commit is contained in:
parent
358fa997a3
commit
6350dc7c89
@ -362,7 +362,7 @@ struct dsa_area
|
|||||||
/*
|
/*
|
||||||
* This backend's array of segment maps, ordered by segment index
|
* This backend's array of segment maps, ordered by segment index
|
||||||
* corresponding to control->segment_handles. Some of the area's segments
|
* 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.
|
* freed and need to be detached; these operations happen on demand.
|
||||||
*/
|
*/
|
||||||
dsa_segment_map segment_maps[DSA_MAX_SEGMENTS];
|
dsa_segment_map segment_maps[DSA_MAX_SEGMENTS];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user