Additional documentation update, and a comment fix.
Both issues reported by Amit Kapila.
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
}
/*
- * 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)