mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-27 08:39:28 +08:00
Fix typos in comments.
Author: Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoA1YL7t0nzVSEySx6zOaE7xO3r0jyu8hkitGL2_XbaMxQ@mail.gmail.com
This commit is contained in:
parent
a4fac4ffe8
commit
98e5bd103f
@ -777,7 +777,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
|
||||
case XID_COMMITTED:
|
||||
/*
|
||||
* The tuple is dead, because the xvac transaction moved
|
||||
* it off and comitted. It's checkable, but also prunable.
|
||||
* it off and committed. It's checkable, but also prunable.
|
||||
*/
|
||||
return true;
|
||||
|
||||
@ -851,7 +851,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
|
||||
case XID_ABORTED:
|
||||
/*
|
||||
* The tuple is dead, because the xvac transaction moved
|
||||
* it off and comitted. It's checkable, but also prunable.
|
||||
* it off and committed. It's checkable, but also prunable.
|
||||
*/
|
||||
return true;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user