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 f225eeb2f3d FIX: Invalid relcache leak WARNING logged in autovacuum
     new f36af88d72c Fix row estimation for parallel subquery paths.
     new 8b01eafef7c Correct parallel window function in CASE WHEN.

The 2 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:
 src/backend/optimizer/path/costsize.c              |   4 +-
 src/backend/optimizer/plan/planner.c               |  63 -------------
 src/test/regress/expected/cbdb_parallel.out        | 104 +++++++++++++++++++++
 src/test/regress/expected/incremental_sort.out     |   4 +-
 .../expected/incremental_sort_optimizer.out        |   4 +-
 src/test/regress/expected/window_parallel.out      |  15 +--
 src/test/regress/sql/cbdb_parallel.sql             |  62 ++++++++++++
 src/test/regress/sql/incremental_sort.sql          |   4 +-
 src/test/regress/sql/misc_jiras.sql                |   2 +
 src/test/regress/sql/window_parallel.sql           |   2 +-
 10 files changed, 186 insertions(+), 78 deletions(-)


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

Reply via email to