Skip to content

Commit 05a0283

Browse files
committed
Fix details missed by dynamic shared memory patch.
Additional documentation update, and a comment fix. Both issues reported by Amit Kapila.
1 parent 382b694 commit 05a0283

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

doc/src/sgml/storage.sgml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,12 @@ Item
7272
<entry>Subdirectory containing transaction commit status data</entry>
7373
</row>
7474

75+
<row>
76+
<entry><filename>pg_dynshmem</></entry>
77+
<entry>Subdirectory containing files used by the dynamic shared memory
78+
subsystem</entry>
79+
</row>
80+
7581
<row>
7682
<entry><filename>pg_multixact</></entry>
7783
<entry>Subdirectory containing multitransaction status data

src/backend/utils/resowner/resowner.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1301,7 +1301,7 @@ ResourceOwnerRememberDSM(ResourceOwner owner, dsm_segment *seg)
13011301
}
13021302

13031303
/*
1304-
* Forget that a temporary file is owned by a ResourceOwner
1304+
* Forget that a dynamic shmem segment is owned by a ResourceOwner
13051305
*/
13061306
void
13071307
ResourceOwnerForgetDSM(ResourceOwner owner, dsm_segment *seg)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy