diff options
| author | Michael Paquier | 2021-03-25 07:08:03 +0000 |
|---|---|---|
| committer | Michael Paquier | 2021-03-25 07:08:03 +0000 |
| commit | a1999a01bb56c5f5451116abe61b892b2eec5e49 (patch) | |
| tree | 1df99c815f9d6f7057748b841bf4297d6f6a5329 /src/include | |
| parent | 438fc4a39c3905b7af88bb848bc5aeb1308a017d (diff) | |
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
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/access/htup_details.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |
