This is an automated email from the ASF dual-hosted git repository.

avamingli pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git


    from 87cefe047ce Rebase fixes & RAT check fix
     new 1854534a63f macOS: make PAX's liburing dependency optional
     new 4f58444f1d7 macOS: provide HZ fallback for UDP interconnect
     new 8fa1a423355 Drop -Werror -Wextra -Wpedantic from ORCA C++ build
     new d107ea4f017 macOS: defer libpostgres.so's undefined symbols to load 
time
     new a2e512e77f7 macOS: PAX cmake portability
     new 273b9a2ffeb macOS: PAX C++ portability
     new 3917609c704 macOS: build the standalone libpaxformat reader
     new e4bf9dac8df numeric: drop bogus 'const' qualifier on init_var_from_str
     new de0e7a5b8d9 macOS: pin DLSUFFIX=.so for PG 16 compatibility
     new e86bac6e66b macOS: demote clang-strict warning categories in 
Makefile.custom
     new 344bac8fa42 ic_udpifc: fix initSndBufferPool forward declaration

The 11 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 configure                                          | 32 +++++++++--
 configure.ac                                       | 16 +++++-
 contrib/interconnect/udp/ic_udpifc.c               |  9 ++-
 contrib/pax_storage/CMakeLists.txt                 | 24 ++++++--
 contrib/pax_storage/Makefile                       | 21 ++++++-
 contrib/pax_storage/src/cpp/CMakeLists.txt         |  2 +-
 contrib/pax_storage/src/cpp/cmake/pax.cmake        | 65 +++++++++++++++++++---
 contrib/pax_storage/src/cpp/cmake/pax_format.cmake | 42 +++++++++++++-
 contrib/pax_storage/src/cpp/comm/fast_io.cc        |  2 +
 contrib/pax_storage/src/cpp/comm/fast_io.h         | 11 +++-
 .../src/cpp/storage/columns/pax_delta_encoding.cc  |  8 +++
 .../src/cpp/storage/columns/pax_encoding_utils.cc  |  4 +-
 .../src/cpp/storage/columns/pax_encoding_utils.h   |  8 ++-
 contrib/pax_storage/src/cpp/storage/file_system.h  |  7 +++
 .../src/cpp/storage/local_file_system.cc           | 18 +++---
 .../src/cpp/storage/proto/proto_wrappers.h         |  9 +++
 .../src/cpp/storage/proto/protobuf_stream.cc       |  8 +--
 .../src/cpp/storage/proto/protobuf_stream.h        |  4 +-
 src/Makefile.custom                                | 35 +++++++++++-
 src/backend/Makefile                               | 12 +++-
 src/backend/gporca/gporca.mk                       | 10 ++++
 src/include/utils/numeric.h                        |  4 +-
 src/template/darwin                                | 10 +++-
 src/test/regress/GNUmakefile                       | 12 ++--
 24 files changed, 314 insertions(+), 59 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to