1
0
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:
Greg Stark
2013-07-29 23:43:44 +01:00
parent c62736cc37
commit 69b7d59a74
5 changed files with 10 additions and 36 deletions

View File

@ -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;