@@ -196,8 +196,8 @@ static inline constexpr struct
196196 {"cursor_stmt" , cursor_stmt },
197197 {"current_timestamp2" , byte_line },
198198 {"current_time2" , byte_line },
199- {"agg_list" , two }, // 170
200- {"agg_list_distinct" , two },
199+ {"agg_list" , list_function }, // 170
200+ {"agg_list_distinct" , list_function },
201201 {"modify2" , modify2 },
202202 {"erase2" , erase2 },
203203 // New BLR in FB1
@@ -229,7 +229,7 @@ static inline constexpr struct
229229 {"partition_by" , partition_by },
230230 {"continue_loop" , byte_line },
231231 {"procedure4" , procedure4 },
232- {"agg_function" , function },
232+ {"agg_function" , agg_function },
233233 {"substring_similar" , three }, // 200
234234 {"bool_as_value" , one },
235235 {"coalesce" , byte_args },
@@ -267,5 +267,6 @@ static inline constexpr struct
267267 {"default2" , default2 },
268268 {"current_schema" , zero },
269269 {NULL , NULL }, // flags - part of header
270+ {NULL , NULL }, // blr_within_group_order - part of blr_agg_list[_distinct] and blr_agg_function
270271 {0 , 0 }
271272};
0 commit comments