Skip to content
Snippets Groups Projects
Commit 272baaa5 authored by Robert Haas's avatar Robert Haas
Browse files

Fix typo.

Masahiko Sawada
parent dcfecaae
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
until such time as a tuple is inserted, updated, deleted, or locked on 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 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 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 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 visibility map bit is clear after a crash recovery; or they can disagree
because of a change which occurs after <literal>pg_visibility</> examines because of a change which occurs after <literal>pg_visibility</> examines
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment