From 05a0283e7a48ffdca96cb6dd94fa5bae06e29bd1 Mon Sep 17 00:00:00 2001 From: Robert Haas Date: Mon, 14 Oct 2013 08:00:26 -0400 Subject: Fix details missed by dynamic shared memory patch. Additional documentation update, and a comment fix. Both issues reported by Amit Kapila. --- doc/src/sgml/storage.sgml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/src') 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 @@ -72,6 +72,12 @@ Item Subdirectory containing transaction commit status data + + pg_dynshmem + Subdirectory containing files used by the dynamic shared memory + subsystem + + pg_multixact Subdirectory containing multitransaction status data -- cgit v1.2.3