diff options
author | Robert Haas <rhaas@postgresql.org> | 2013-10-14 08:00:26 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2013-10-14 08:00:26 -0400 |
commit | 05a0283e7a48ffdca96cb6dd94fa5bae06e29bd1 (patch) | |
tree | a1484e777260dc4db68c1f6fa951b7d48e301720 /doc/src | |
parent | 382b694175e9dfda98c508cedc70b7b4d1bcfb19 (diff) | |
download | postgresql-05a0283e7a48ffdca96cb6dd94fa5bae06e29bd1.tar.gz postgresql-05a0283e7a48ffdca96cb6dd94fa5bae06e29bd1.zip |
Fix details missed by dynamic shared memory patch.
Additional documentation update, and a comment fix.
Both issues reported by Amit Kapila.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/storage.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/storage.sgml b/doc/src/sgml/storage.sgml index e0a93c1b5eb..6cc0e9cbcd6 100644 --- a/doc/src/sgml/storage.sgml +++ b/doc/src/sgml/storage.sgml @@ -73,6 +73,12 @@ Item </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 (used for shared row locks)</entry> |