@@ -2157,7 +2157,7 @@ heap_insert(Relation relation, HeapTuple tup, CommandId cid,
21572157 int bufflags = 0 ;
21582158
21592159 /*
2160- * If this is a catalog, we need to transmit combocids to properly
2160+ * If this is a catalog, we need to transmit combo CIDs to properly
21612161 * decode, so log that as well.
21622162 */
21632163 if (RelationIsAccessibleInLogicalDecoding (relation ))
@@ -2437,7 +2437,7 @@ heap_multi_insert(Relation relation, TupleTableSlot **slots, int ntuples,
24372437 RelationPutHeapTuple (relation , buffer , heaptuples [ndone ], false);
24382438
24392439 /*
2440- * For logical decoding we need combocids to properly decode the
2440+ * For logical decoding we need combo CIDs to properly decode the
24412441 * catalog.
24422442 */
24432443 if (needwal && need_cids )
@@ -2453,7 +2453,7 @@ heap_multi_insert(Relation relation, TupleTableSlot **slots, int ntuples,
24532453 RelationPutHeapTuple (relation , buffer , heaptup , false);
24542454
24552455 /*
2456- * For logical decoding we need combocids to properly decode the
2456+ * For logical decoding we need combo CIDs to properly decode the
24572457 * catalog.
24582458 */
24592459 if (needwal && need_cids )
@@ -2733,7 +2733,7 @@ xmax_infomask_changed(uint16 new_infomask, uint16 old_infomask)
27332733 *
27342734 * In the failure cases, the routine fills *tmfd with the tuple's t_ctid,
27352735 * t_xmax (resolving a possible MultiXact, if necessary), and t_cmax (the last
2736- * only for TM_SelfModified, since we cannot obtain cmax from a combocid
2736+ * only for TM_SelfModified, since we cannot obtain cmax from a combo CID
27372737 * generated by another transaction).
27382738 */
27392739TM_Result
@@ -2761,8 +2761,8 @@ heap_delete(Relation relation, ItemPointer tid,
27612761 Assert (ItemPointerIsValid (tid ));
27622762
27632763 /*
2764- * Forbid this during a parallel operation, lest it allocate a combocid .
2765- * Other workers might need that combocid for visibility checks, and we
2764+ * Forbid this during a parallel operation, lest it allocate a combo CID .
2765+ * Other workers might need that combo CID for visibility checks, and we
27662766 * have no provision for broadcasting it to them.
27672767 */
27682768 if (IsInParallelMode ())
@@ -2963,7 +2963,7 @@ heap_delete(Relation relation, ItemPointer tid,
29632963 */
29642964 CheckForSerializableConflictIn (relation , tid , BufferGetBlockNumber (buffer ));
29652965
2966- /* replace cid with a combo cid if necessary */
2966+ /* replace cid with a combo CID if necessary */
29672967 HeapTupleHeaderAdjustCmax (tp .t_data , & cid , & iscombo );
29682968
29692969 /*
@@ -3035,7 +3035,7 @@ heap_delete(Relation relation, ItemPointer tid,
30353035 xl_heap_header xlhdr ;
30363036 XLogRecPtr recptr ;
30373037
3038- /* For logical decode we need combocids to properly decode the catalog */
3038+ /* For logical decode we need combo CIDs to properly decode the catalog */
30393039 if (RelationIsAccessibleInLogicalDecoding (relation ))
30403040 log_heap_new_cid (relation , & tp );
30413041
@@ -3183,7 +3183,7 @@ simple_heap_delete(Relation relation, ItemPointer tid)
31833183 *
31843184 * In the failure cases, the routine fills *tmfd with the tuple's t_ctid,
31853185 * t_xmax (resolving a possible MultiXact, if necessary), and t_cmax (the last
3186- * only for TM_SelfModified, since we cannot obtain cmax from a combocid
3186+ * only for TM_SelfModified, since we cannot obtain cmax from a combo CID
31873187 * generated by another transaction).
31883188 */
31893189TM_Result
@@ -3232,8 +3232,8 @@ heap_update(Relation relation, ItemPointer otid, HeapTuple newtup,
32323232 Assert (ItemPointerIsValid (otid ));
32333233
32343234 /*
3235- * Forbid this during a parallel operation, lest it allocate a combocid .
3236- * Other workers might need that combocid for visibility checks, and we
3235+ * Forbid this during a parallel operation, lest it allocate a combo CID .
3236+ * Other workers might need that combo CID for visibility checks, and we
32373237 * have no provision for broadcasting it to them.
32383238 */
32393239 if (IsInParallelMode ())
@@ -3671,7 +3671,7 @@ heap_update(Relation relation, ItemPointer otid, HeapTuple newtup,
36713671 HeapTupleHeaderSetXmax (newtup -> t_data , xmax_new_tuple );
36723672
36733673 /*
3674- * Replace cid with a combo cid if necessary. Note that we already put
3674+ * Replace cid with a combo CID if necessary. Note that we already put
36753675 * the plain cid into the new tuple.
36763676 */
36773677 HeapTupleHeaderAdjustCmax (oldtup .t_data , & cid , & iscombo );
@@ -3987,7 +3987,7 @@ heap_update(Relation relation, ItemPointer otid, HeapTuple newtup,
39873987 XLogRecPtr recptr ;
39883988
39893989 /*
3990- * For logical decoding we need combocids to properly decode the
3990+ * For logical decoding we need combo CIDs to properly decode the
39913991 * catalog.
39923992 */
39933993 if (RelationIsAccessibleInLogicalDecoding (relation ))
@@ -4259,7 +4259,7 @@ get_mxact_status_for_lock(LockTupleMode mode, bool is_update)
42594259 * In the failure cases other than TM_Invisible, the routine fills
42604260 * *tmfd with the tuple's t_ctid, t_xmax (resolving a possible MultiXact,
42614261 * if necessary), and t_cmax (the last only for TM_SelfModified,
4262- * since we cannot obtain cmax from a combocid generated by another
4262+ * since we cannot obtain cmax from a combo CID generated by another
42634263 * transaction).
42644264 * See comments for struct TM_FailureData for additional info.
42654265 *
@@ -5901,7 +5901,7 @@ heap_abort_speculative(Relation relation, ItemPointer tid)
59015901
59025902 /*
59035903 * No need to check for serializable conflicts here. There is never a
5904- * need for a combocid , either. No need to extract replica identity, or
5904+ * need for a combo CID , either. No need to extract replica identity, or
59055905 * do anything special with infomask bits.
59065906 */
59075907
@@ -8345,7 +8345,7 @@ log_heap_new_cid(Relation relation, HeapTuple tup)
83458345
83468346 /*
83478347 * If the tuple got inserted & deleted in the same TX we definitely have a
8348- * combocid , set cmin and cmax.
8348+ * combo CID , set cmin and cmax.
83498349 */
83508350 if (hdr -> t_infomask & HEAP_COMBOCID )
83518351 {
@@ -8355,7 +8355,7 @@ log_heap_new_cid(Relation relation, HeapTuple tup)
83558355 xlrec .cmax = HeapTupleHeaderGetCmax (hdr );
83568356 xlrec .combocid = HeapTupleHeaderGetRawCommandId (hdr );
83578357 }
8358- /* No combocid , so only cmin or cmax can be set by this TX */
8358+ /* No combo CID , so only cmin or cmax can be set by this TX */
83598359 else
83608360 {
83618361 /*
0 commit comments