This is an automated email from the ASF dual-hosted git repository.
reshke pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/cloudberry.git
from 0f684d1fe3 Fix wrong result due to ignore PlaceHolderVar.
new 6d2489df5a Resolve duplicate reloptions output in compresstype.source
new 6a7820f688 Fix gpload2 answer file.
new 75429e1e37 fix distribution key not exist when creating stage table
(#14758)
new 3f0bc2c068 Shortcut when find either side is nullable.
new cb62f091c6 Fix error in ATSETAM to ao_column with dropped column
new a9385c1700 Pass tableName to
AppendOnlyStorageRead_ReadNextBlock_success
new c709425c21 Remove safefswritesize from pg_appendonly
new 20761889c5 Add additional unit test for max_slot_wal_keep_size.
The 8 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:
gpMgmt/bin/gpload.py | 20 ++++-
.../gpload2/TEST_local_schema_and_mode.py | 19 ++++-
.../gpload_test/gpload2/data/column_match_05.txt | 9 ++
gpMgmt/bin/gpload_test/gpload2/query547.ans | 25 ++++++
gpMgmt/bin/gpload_test/gpload2/query609.ans | 2 +-
src/backend/access/aocs/aocsam.c | 17 +---
src/backend/access/aocs/aocsam_handler.c | 1 -
src/backend/access/aocs/test/aocsam_test.c | 3 -
src/backend/access/appendonly/appendonlyam.c | 9 +-
src/backend/access/common/reloptions_gp.c | 16 ----
src/backend/access/transam/test/xlog_test.c | 3 +-
src/backend/catalog/heap.c | 1 -
src/backend/catalog/pg_appendonly.c | 6 --
src/backend/catalog/pg_attribute_encoding.c | 18 +++-
src/backend/cdb/cdbappendonlystorageread.c | 95 +---------------------
src/backend/cdb/cdbappendonlystoragewrite.c | 77 ------------------
src/backend/cdb/cdbsubselect.c | 20 +++--
src/backend/cdb/cdbvars.c | 2 -
src/backend/commands/tablecmds.c | 9 +-
src/backend/parser/parse_utilcmd.c | 16 ++--
src/backend/utils/datumstream/datumstream.c | 8 --
src/backend/utils/misc/guc_gp.c | 10 ---
src/backend/utils/misc/postgresql.conf.sample | 4 -
src/include/access/reloptions.h | 2 +-
src/include/catalog/pg_appendonly.h | 3 -
src/include/cdb/cdbappendonlystoragelayer.h | 6 --
src/include/cdb/cdbvars.h | 15 ----
src/include/utils/datumstream.h | 2 -
src/include/utils/unsync_guc_name.h | 1 -
src/test/regress/expected/alter_table_set_am.out | 79 ++++++++++++++++++
src/test/regress/input/uao_ddl/compresstype.source | 10 ++-
.../regress/output/uao_ddl/compresstype.source | 22 ++---
src/test/regress/sql/alter_table_set_am.sql | 25 ++++++
33 files changed, 244 insertions(+), 311 deletions(-)
create mode 100644 gpMgmt/bin/gpload_test/gpload2/data/column_match_05.txt
create mode 100644 gpMgmt/bin/gpload_test/gpload2/query547.ans
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]