mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03: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:
|
case XID_COMMITTED:
|
||||||
/*
|
/*
|
||||||
* The tuple is dead, because the xvac transaction moved
|
* 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;
|
return true;
|
||||||
|
|
||||||
@ -851,7 +851,7 @@ check_tuple_visibility(HeapCheckContext *ctx)
|
|||||||
case XID_ABORTED:
|
case XID_ABORTED:
|
||||||
/*
|
/*
|
||||||
* The tuple is dead, because the xvac transaction moved
|
* 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;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user