Skip to content

Commit 4389a71

Browse files
committed
fix toast cases
1 parent 166ce1e commit 4389a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/toast.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ select gp_segment_id, get_rel_toast_count('toastable_heap') from gp_dist_random(
130130
select gp_segment_id, get_rel_toast_count('toastable_ao') from gp_dist_random('gp_id') order by gp_segment_id;
131131
gp_segment_id | get_rel_toast_count
132132
---------------+---------------------
133-
0 | 14
133+
0 | 13
134134
1 | 0
135135
2 | 0
136136
(3 rows)

0 commit comments

Comments
 (0)