pgsql: Sanitize the term "combo CID" in code comments - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Sanitize the term "combo CID" in code comments
Date
Msg-id E1lPKAE-0004u7-1j@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/a1999a01bb56c5f5451116abe61b892b2eec5e49

Modified Files
--------------
src/backend/access/heap/heapam.c                | 34 ++++++++++++-------------
src/backend/access/heap/heapam_visibility.c     | 22 ++++++++--------
src/backend/executor/execMain.c                 |  2 +-
src/backend/replication/logical/reorderbuffer.c | 12 ++++-----
src/backend/replication/logical/snapbuild.c     |  4 +--
src/backend/utils/time/combocid.c               | 30 +++++++++++-----------
src/include/access/htup_details.h               |  2 +-
src/test/regress/expected/combocid.out          |  2 +-
src/test/regress/sql/combocid.sql               |  2 +-
9 files changed, 55 insertions(+), 55 deletions(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix bug in WAL replay of COMMIT_TS_SETTS record.
Next
From: Amit Kapila
Date:
Subject: Re: pgsql: Add a new GUC and a reloption to enable inserts in parallel-mode