]> granicus.if.org Git - postgresql/commitdiff
Fix details missed by dynamic shared memory patch.
authorRobert Haas <rhaas@postgresql.org>
Mon, 14 Oct 2013 12:00:26 +0000 (08:00 -0400)
committerRobert Haas <rhaas@postgresql.org>
Mon, 14 Oct 2013 12:00:26 +0000 (08:00 -0400)
Additional documentation update, and a comment fix.

Both issues reported by Amit Kapila.

doc/src/sgml/storage.sgml
src/backend/utils/resowner/resowner.c

index e0a93c1b5eb0c881e41322b2942e8c74dce1f708..6cc0e9cbcd64e8d6847eb0e1838623a164b6c7b4 100644 (file)
@@ -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
index ba1770157996fb8b302652f4af2b0fc981996208..34a42cdce95634d473f8f91a192c545ffef3abcc 100644 (file)
@@ -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)