mirror of
https://github.com/postgres/postgres.git
synced 2025-07-31 22:04:40 +03:00
Sync ECPG with WITH ORDINALITY changes
This commit is contained in:
@ -108,6 +108,9 @@ filtered_base_yylex(void)
|
||||
case TIME:
|
||||
cur_token = WITH_TIME;
|
||||
break;
|
||||
case ORDINALITY:
|
||||
cur_token = WITH_ORDINALITY;
|
||||
break;
|
||||
default:
|
||||
/* save the lookahead token for next time */
|
||||
lookahead_token = next_token;
|
||||
|
Reference in New Issue
Block a user