8000 Fix typo. · postgrespro/postgres_cluster@272baaa · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 272baaa

Browse files
committed
Fix typo.
Masahiko Sawada
1 parent dcfecaa commit 272baaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/pgvisibility.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
until such time as a tuple is inserted, updated, deleted, or locked on
2222
that page. The page-level <literal>PD_ALL_VISIBLE</literal> bit has the
2323
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
24+
within the data page itself rather than a separate data structure. These
2525
will normally agree, but the page-level bit can sometimes be set while the
2626
visibility map bit is clear after a crash recovery; or they can disagree
2727
because of a change which occurs after <literal>pg_visibility</> examines

0 commit comments

Comments
 (0)
0