Author: Masahiko Sawada
Discussion: https://postgr.es/m/CAD21AoA1YL7t0nzVSEySx6zOaE7xO3r0jyu8hkitGL2_XbaMxQ@mail.gmail.com
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;
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;
}