mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08: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:
parent
382b694175
commit
05a0283e7a
@ -72,6 +72,12 @@ Item
|
||||
<entry>Subdirectory containing transaction commit status data</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename>pg_dynshmem</></entry>
|
||||
<entry>Subdirectory containing files used by the dynamic shared memory
|
||||
subsystem</entry>
|
||||
</row>
|
||||
|
||||
<row>
|
||||
<entry><filename>pg_multixact</></entry>
|
||||
<entry>Subdirectory containing multitransaction status data
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user