mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Simplified parsing of connect rule.
This commit is contained in:
@ -34,8 +34,11 @@ int j=1?1:2;
|
||||
/*int e=y->member; /* compile error */
|
||||
/*int c=10>>2; /* compile error */
|
||||
/*bool h=2||1; /* compile error */
|
||||
long long iax;
|
||||
exec sql end declare section;
|
||||
|
||||
iax = 40000000000LL;
|
||||
|
||||
/* not working */
|
||||
int f=fa();
|
||||
|
||||
|
Reference in New Issue
Block a user