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/test | |
| 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/test')
| -rw-r--r-- | src/test/regress/expected/combocid.out | 2 | ||||
| -rw-r--r-- | src/test/regress/sql/combocid.sql | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/test/regress/expected/combocid.out b/src/test/regress/expected/combocid.out index 17eb94a8ffc..2bf080b2ae2 100644 --- a/src/test/regress/expected/combocid.out +++ b/src/test/regress/expected/combocid.out @@ -51,7 +51,7 @@ SELECT ctid,cmin,* FROM combocidtest; (0,2) | 1 | 2 (2 rows) --- Test combo cids with portals +-- Test combo CIDs with portals BEGIN; INSERT INTO combocidtest VALUES (333); DECLARE c CURSOR FOR SELECT ctid,cmin,* FROM combocidtest; diff --git a/src/test/regress/sql/combocid.sql b/src/test/regress/sql/combocid.sql index 4faea36f41a..a5cdf6dba29 100644 --- a/src/test/regress/sql/combocid.sql +++ b/src/test/regress/sql/combocid.sql @@ -39,7 +39,7 @@ COMMIT; -- combo data is not there anymore, but should still see tuples SELECT ctid,cmin,* FROM combocidtest; --- Test combo cids with portals +-- Test combo CIDs with portals BEGIN; INSERT INTO combocidtest VALUES (333); |
