This is an automated email from the ASF dual-hosted git repository. avamingli pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/cloudberry.git
commit 4389a71e4d118445c22e3a36c093acd8f24a49a9 Author: Zhang Mingli <[email protected]> AuthorDate: Sun Jul 13 12:01:08 2025 +0800 fix toast cases --- src/test/regress/expected/toast.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/toast.out b/src/test/regress/expected/toast.out index b86c2f44925..78affbd6e87 100644 --- a/src/test/regress/expected/toast.out +++ b/src/test/regress/expected/toast.out @@ -130,7 +130,7 @@ select gp_segment_id, get_rel_toast_count('toastable_heap') from gp_dist_random( select gp_segment_id, get_rel_toast_count('toastable_ao') from gp_dist_random('gp_id') order by gp_segment_id; gp_segment_id | get_rel_toast_count ---------------+--------------------- - 0 | 14 + 0 | 13 1 | 0 2 | 0 (3 rows) --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
