We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49d49b8 commit f1df6a5Copy full SHA for f1df6a5
1 file changed
contrib/indexscan/indexscan.c
@@ -62,7 +62,7 @@ hstatus_text(HeapTupleHeader tuple, bool visible)
62
if (!visible)
63
appendStringInfoString(&buf, "NOT_VISIBLE ");
64
if (tuple->t_infomask & HEAP_XMIN_COMMITTED)
65
- appendStringInfoString(&buf, "XMIN_COMITTTED ");
+ appendStringInfoString(&buf, "XMIN_COMMITTED ");
66
if (tuple->t_infomask & HEAP_XMIN_INVALID)
67
appendStringInfoString(&buf, "XMIN_INVALID ");
68
if (tuple->t_infomask & HEAP_XMAX_COMMITTED)
0 commit comments