mirror of
https://github.com/postgres/postgres.git
synced 2025-07-07 00:36:50 +03:00
Fix details missed by dynamic shared memory patch.
Additional documentation update, and a comment fix. Both issues reported by Amit Kapila.
This commit is contained in:
@ -1301,7 +1301,7 @@ ResourceOwnerRememberDSM(ResourceOwner owner, dsm_segment *seg)
|
||||
}
|
||||
|
||||
/*
|
||||
* Forget that a temporary file is owned by a ResourceOwner
|
||||
* Forget that a dynamic shmem segment is owned by a ResourceOwner
|
||||
*/
|
||||
void
|
||||
ResourceOwnerForgetDSM(ResourceOwner owner, dsm_segment *seg)
|
||||
|
Reference in New Issue
Block a user