Commit 98e5bd10 authored by Fujii Masao's avatar Fujii Masao

Fix typos in comments.

Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoA1YL7t0nzVSEySx6zOaE7xO3r0jyu8hkitGL2_XbaMxQ@mail.gmail.com
parent a4fac4ff
...@@ -777,7 +777,7 @@ check_tuple_visibility(HeapCheckContext *ctx) ...@@ -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) ...@@ -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;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment