mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Fix typo in comment.
Masahiko Sawada Discussion: http://postgr.es/m/CAD21AoDrf5AOpZ-mX-j6O=zFNFfKaTdHkv3o1X2eSs2nBXALug@mail.gmail.com
This commit is contained in:
@ -682,7 +682,7 @@ dsm_impl_windows(dsm_op op, dsm_handle handle, Size request_size,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Handle teardown cases. Since Windows automatically destroys the object
|
* Handle teardown cases. Since Windows automatically destroys the object
|
||||||
* when no references reamin, we can treat it the same as detach.
|
* when no references remain, we can treat it the same as detach.
|
||||||
*/
|
*/
|
||||||
if (op == DSM_OP_DETACH || op == DSM_OP_DESTROY)
|
if (op == DSM_OP_DETACH || op == DSM_OP_DESTROY)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user