-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support pgrx in cbdb(fix compile errors)
pgrx(https://github.com/pgcentralfoundation/pgrx) is a framework for developing PostgreSQL extensions in Rust. it supports Postgres 12 through Postgres 17. Cloudberry`s pg version is 14.4, so it is possible to enable pgrx. By doing this, we can build new extensions in Cloudberry with rust, and import other extensions in rust(like iceberg-rust, and other datalake components) to enrich the Cloudberry ecosystem. Thie commit mainly fix the compile errors for cbdb, including: 1. add cbdb feature 2. ProcessInterrupts needs two arguments. 3. BackgroundWoker add missing bgw_start_rule field. 4. Pg_magic_struct version and product field. 5. MemoryContextDeleteImpl replace MemoryContextDelete
- Loading branch information
1 parent
a0ecc8f
commit b66581a
Showing
6 changed files
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters