[CP] [OBKV] cherry-pick bugfix from 421

This commit is contained in:
obdev
2024-02-09 13:38:33 +00:00
committed by ob-robot
parent 5fe99ad26f
commit 13c335d128
26 changed files with 287 additions and 140 deletions

View File

@ -6763,7 +6763,7 @@ ttl_expr
;
ttl_expr:
simple_expr '+' INTERVAL INTNUM ttl_unit
column_definition_ref '+' INTERVAL INTNUM ttl_unit
{
malloc_non_terminal_node($$, result->malloc_pool_, T_TTL_EXPR, 3, $1, $4, $5);
dup_expr_string($$, result, @1.first_column, @1.last_column);