Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61b39c commit eb01287Copy full SHA for eb01287
doc/src/sgml/storage.sgml
@@ -624,7 +624,7 @@ can be used to examine the information stored in free space maps.
624
Each heap relation has a Visibility Map
625
(VM) to keep track of which pages contain only tuples that are known to be
626
visible to all active transactions; it also keeps track of which pages contain
627
-only unfrozen tuples. It's stored
+only frozen tuples. It's stored
628
alongside the main relation data in a separate relation fork, named after the
629
filenode number of the relation, plus a <literal>_vm</> suffix. For example,
630
if the filenode of a relation is 12345, the VM is stored in a file called
0 commit comments