Doc: fix backwards description of visibility map's all-frozen data.
authorTom Lane
Sun, 9 Jul 2017 16:51:15 +0000 (12:51 -0400)
committerTom Lane
Sun, 9 Jul 2017 16:51:25 +0000 (12:51 -0400)
Thinko in commit a892234f8.

Vik Fearing

Discussion: https://postgr.es/m/b6aaa23d-e26f-6404-a30d-e89431492d5d@2ndquadrant.com

doc/src/sgml/storage.sgml

index 1b812bd0a994cdc3a10b9458e1b71acbc5fc949c..75a87a504ad2f4d2d148c0aec2fa63680f5e0e6d 100644 (file)
@@ -624,7 +624,7 @@ can be used to examine the information stored in free space maps.
 Each heap relation has a Visibility Map
 (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
-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
 filenode number of the relation, plus a _vm suffix. For example,
 if the filenode of a relation is 12345, the VM is stored in a file called