This is an automated email from the ASF dual-hosted git repository.
tuhaihe pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
The following commit(s) were added to refs/heads/main by this push:
new 49ce8e8ad85 Doc: Fix CloudBerry -> Cloudberry typo in READMEs
49ce8e8ad85 is described below
commit 49ce8e8ad8569947028426d6e775ac25873c8a18
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 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
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]