This is an automated email from the ASF dual-hosted git repository. leborchuk pushed a commit to branch REL_2_STABLE in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 599b1824038cd18e632d8a927cb57cf268ee0078 Author: Dianjin Wang <[email protected]> AuthorDate: Tue Jun 23 17:36:11 2026 +0800 Doc: Fix CloudBerry -> Cloudberry typo in READMEs The project name "Cloudberry" was incorrectly capitalized as "CloudBerry" in two README files under contrib/. Correct the capitalization to match the canonical project name. Also, update the legacy brand `Cloudberry Database` to `Apache Cloudberry`. --- contrib/interconnect/README.md | 2 +- contrib/udp2/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/interconnect/README.md b/contrib/interconnect/README.md index 26a220908b3..95ea75087f5 100644 --- a/contrib/interconnect/README.md +++ b/contrib/interconnect/README.md @@ -1,6 +1,6 @@ # Intercontect -This subtree contains interconnect module && test && benchmark that different with other subtree inside {cbdb_src}/contrib. Other moudles are not part of the core CloudBerry system, but interconnect module split from `cdb module`, it **must be preload with CloudBerry**, otherwise CloudBerry system will not work properly. +This subtree contains interconnect module && test && benchmark that different with other subtree inside {cbdb_src}/contrib. Other moudles are not part of the core Cloudberry system, but interconnect module split from `cdb module`, it **must be preload with Cloudberry**, otherwise Cloudberry system will not work properly. **The interconnect module will be preloaded by default as a library.** When the compile option `--disable-preload-ic-module` is turned on, then the interconnect module will not be preloaded, then users need to add `interconnect` into guc `shared_preload_libraries`. diff --git a/contrib/udp2/README.md b/contrib/udp2/README.md index 9cfe9f9c989..c49400a3a79 100644 --- a/contrib/udp2/README.md +++ b/contrib/udp2/README.md @@ -21,7 +21,7 @@ ## Project Background -UDP2 is a next-generation interconnect protocol implementation based on the original UDP protocol, located in the `contrib/udp2` directory. In CloudBerry Database, the interconnect is responsible for data transmission and synchronization between nodes, serving as a core component for distributed query execution. +UDP2 is a next-generation interconnect protocol implementation based on the original UDP protocol, located in the `contrib/udp2` directory. In Apache Cloudberry, the interconnect is responsible for data transmission and synchronization between nodes, serving as a core component for distributed query execution. Currently, the database supports three interconnect protocol implementations: - **TCP** (`contrib/interconnect/tcp`) - Reliable transmission based on TCP protocol --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
