Skip to content
Snippets Groups Projects
Commit 485c515d authored by Tom Lane's avatar Tom Lane
Browse files

Doc: fix backwards description of visibility map's all-frozen data.

parent 3381898f
No related branches found
No related tags found
No related merge requests found
...@@ -630,7 +630,7 @@ can be used to examine the information stored in free space maps. ...@@ -630,7 +630,7 @@ can be used to examine the information stored in free space maps.
Each heap relation has a Visibility Map Each heap relation has a Visibility Map
(VM) to keep track of which pages contain only tuples that are known to be (VM) to keep track of which pages contain only tuples that are known to be
visible to all active transactions; it also keeps track of which pages contain visible to all active transactions; it also keeps track of which pages contain
only unfrozen tuples. It's stored only frozen tuples. It's stored
alongside the main relation data in a separate relation fork, named after the alongside the main relation data in a separate relation fork, named after the
filenode number of the relation, plus a <literal>_vm</> suffix. For example, filenode number of the relation, plus a <literal>_vm</> suffix. For example,
if the filenode of a relation is 12345, the VM is stored in a file called if the filenode of a relation is 12345, the VM is stored in a file called
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment