aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/heapam_xlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/heapam_xlog.h')
-rw-r--r--src/include/access/heapam_xlog.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/access/heapam_xlog.h b/src/include/access/heapam_xlog.h
index 81a6a395c4f..5e4dee60c74 100644
--- a/src/include/access/heapam_xlog.h
+++ b/src/include/access/heapam_xlog.h
@@ -339,13 +339,7 @@ typedef struct xl_heap_new_cid
TransactionId top_xid;
CommandId cmin;
CommandId cmax;
-
- /*
- * don't really need the combocid since we have the actual values right in
- * this struct, but the padding makes it free and its useful for
- * debugging.
- */
- CommandId combocid;
+ CommandId combocid; /* just for debugging */
/*
* Store the relfilenode/ctid pair to facilitate lookups.