From 601a918e135e115a88fa863c19569f88dbd530ec Mon Sep 17 00:00:00 2001 From: Dianjin Wang Date: Tue, 23 Jun 2026 17:36:11 +0800 Subject: [PATCH] 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 1ed7127969b..87bfaa0403b 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