We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentcfd4804 commit1f74a90Copy full SHA for 1f74a90
src/backend/storage/ipc/dsm.c
@@ -245,7 +245,7 @@ dsm_cleanup_using_control_segment(dsm_handle old_control_handle)
245
}
246
247
/*
248
- * OK, the control segment looks basically valid, so we cangetuse it to
+ * OK, the control segment looks basically valid, so we can use it to
249
* get a list of segments that need to be removed.
250
*/
251
nitems=old_control->nitems;
@@ -903,7 +903,7 @@ dsm_segment_map_length(dsm_segment *seg)
903
* memory mapping. That process should then call dsm_segment_handle() to
904
* obtain a handle for the mapping, and pass that handle to the
905
* coordinating backend via some means (e.g. bgw_main_arg, or via the
906
- * main shared memory segment). The recipient, once inposition of the
+ * main shared memory segment). The recipient, once inpossession of the
907
* handle, should call dsm_attach().
908
909
dsm_handle