Correct phrasing in dsm.c comments
This commit is contained in:
parent
cfd4804b1e
commit
1f74a90888
@ -245,7 +245,7 @@ dsm_cleanup_using_control_segment(dsm_handle old_control_handle)
|
|||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* OK, the control segment looks basically valid, so we can get use it to
|
* OK, the control segment looks basically valid, so we can use it to
|
||||||
* get a list of segments that need to be removed.
|
* get a list of segments that need to be removed.
|
||||||
*/
|
*/
|
||||||
nitems = old_control->nitems;
|
nitems = old_control->nitems;
|
||||||
@ -903,7 +903,7 @@ dsm_segment_map_length(dsm_segment *seg)
|
|||||||
* memory mapping. That process should then call dsm_segment_handle() to
|
* memory mapping. That process should then call dsm_segment_handle() to
|
||||||
* obtain a handle for the mapping, and pass that handle to the
|
* obtain a handle for the mapping, and pass that handle to the
|
||||||
* coordinating backend via some means (e.g. bgw_main_arg, or via the
|
* coordinating backend via some means (e.g. bgw_main_arg, or via the
|
||||||
* main shared memory segment). The recipient, once in position of the
|
* main shared memory segment). The recipient, once in possession of the
|
||||||
* handle, should call dsm_attach().
|
* handle, should call dsm_attach().
|
||||||
*/
|
*/
|
||||||
dsm_handle
|
dsm_handle
|
||||||
|
Loading…
x
Reference in New Issue
Block a user