1
0
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:
Michael Meskes
2000-10-17 06:15:29 +00:00
parent 7e3a15bd5f
commit 0a97c4a047
3 changed files with 10 additions and 6 deletions

View File

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