Fix external table bugs

This commit is contained in:
wjhh2008
2023-05-10 14:21:03 +00:00
committed by ob-robot
parent 6bb1a8b703
commit f3d62d52ed
11 changed files with 99 additions and 19 deletions

View File

@ -6080,6 +6080,8 @@ TABLE_MODE opt_equal_mark STRING_VALUE
{
(void)($2) ; /* make bison mute */
malloc_non_terminal_node($$, result->malloc_pool_, T_EXTERNAL_FILE_LOCATION, 1, $3);
$3->stmt_loc_.first_column_ = @3.first_column - 1;
$3->stmt_loc_.last_column_ = @3.last_column - 1;
}
| FORMAT opt_equal_mark '(' external_file_format_list ')'
{