Commit 05a0283e authored by Robert Haas's avatar Robert Haas

Fix details missed by dynamic shared memory patch.

Additional documentation update, and a comment fix.

Both issues reported by Amit Kapila.
parent 382b6941
...@@ -72,6 +72,12 @@ Item ...@@ -72,6 +72,12 @@ Item
<entry>Subdirectory containing transaction commit status data</entry> <entry>Subdirectory containing transaction commit status data</entry>
</row> </row>
<row>
<entry><filename>pg_dynshmem</></entry>
<entry>Subdirectory containing files used by the dynamic shared memory
subsystem</entry>
</row>
<row> <row>
<entry><filename>pg_multixact</></entry> <entry><filename>pg_multixact</></entry>
<entry>Subdirectory containing multitransaction status data <entry>Subdirectory containing multitransaction status data
......
...@@ -1301,7 +1301,7 @@ ResourceOwnerRememberDSM(ResourceOwner owner, dsm_segment *seg) ...@@ -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 void
ResourceOwnerForgetDSM(ResourceOwner owner, dsm_segment *seg) ResourceOwnerForgetDSM(ResourceOwner owner, dsm_segment *seg)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment