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 dcfecaa commit 272baaaCopy full SHA for 272baaa
doc/src/sgml/pgvisibility.sgml
@@ -21,7 +21,7 @@
21
until such time as a tuple is inserted, updated, deleted, or locked on
22
that page. The page-level <literal>PD_ALL_VISIBLE</literal> bit has the
23
same meaning as the all-visible bit in the visibility map, but is stored
24
- within the data page itself rather than a separate data tructure. These
+ within the data page itself rather than a separate data structure. These
25
will normally agree, but the page-level bit can sometimes be set while the
26
visibility map bit is clear after a crash recovery; or they can disagree
27
because of a change which occurs after <literal>pg_visibility</> examines
0 commit comments