Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Fix typo.
authorRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 18:28:00 +0000 (13:28 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 8 Mar 2016 18:28:00 +0000 (13:28 -0500)
Masahiko Sawada

doc/src/sgml/pgvisibility.sgml

index 6a98b55949e6bb18c4dbfb0ef6ca4192d70d1966..cdd6a6fc1e9d4361191228e4f252b82cf3141410 100644 (file)
@@ -21,7 +21,7 @@
   until such time as a tuple is inserted, updated, deleted, or locked on
   that page.  The page-level <literal>PD_ALL_VISIBLE</literal> bit has the
   same meaning as the all-visible bit in the visibility map, but is stored
-  within the data page itself rather than a separate data tructure.  These
+  within the data page itself rather than a separate data structure.  These
   will normally agree, but the page-level bit can sometimes be set while the
   visibility map bit is clear after a crash recovery; or they can disagree
   because of a change which occurs after <literal>pg_visibility</> examines