From a1999a01bb56c5f5451116abe61b892b2eec5e49 Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Thu, 25 Mar 2021 16:08:03 +0900 Subject: Sanitize the term "combo CID" in code comments Combo CIDs were referred in the code comments using different terms across various places of the code, so unify a bit the term used with what is currently in use in some of the READMEs. Author: "Hou, Zhijie" Discussion: https://postgr.es/m/1d42865c91404f46af4562532fdbea31@G08CNEXMBPEKD05.g08.fujitsu.local --- src/include/access/htup_details.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/access/htup_details.h b/src/include/access/htup_details.h index 7c62852e7fa..9a4f43c1ff1 100644 --- a/src/include/access/htup_details.h +++ b/src/include/access/htup_details.h @@ -191,7 +191,7 @@ struct HeapTupleHeaderData #define HEAP_HASEXTERNAL 0x0004 /* has external stored attribute(s) */ #define HEAP_HASOID_OLD 0x0008 /* has an object-id field */ #define HEAP_XMAX_KEYSHR_LOCK 0x0010 /* xmax is a key-shared locker */ -#define HEAP_COMBOCID 0x0020 /* t_cid is a combo cid */ +#define HEAP_COMBOCID 0x0020 /* t_cid is a combo CID */ #define HEAP_XMAX_EXCL_LOCK 0x0040 /* xmax is exclusive locker */ #define HEAP_XMAX_LOCK_ONLY 0x0080 /* xmax, if valid, is only a locker */ -- cgit v1.2.3