parser cleanup

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: hackers(at)postgreSQL(dot)org (PostgreSQL-development)
Cc: vadim(at)sable(dot)krasnoyarsk(dot)su (Vadim B(dot) Mikheev)
Subject: parser cleanup
Date: 1998-01-20 05:03:09
Message-ID: 199801200503.AAA21087@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I have cleaned up the parser code as best I could. I still am very
confused by much of the code in parser_func, parser_oper, and
parser_type, and others. If someone wants to study this stuff and get a
clearer layout, that would be great.

I have added 'lock;' to the i386 asm.

I have change SubLink to send Oper* for Vadim.

I have not added Var->sublevels_up yet.

--
Bruce Momjian
maillist(at)candle(dot)pha(dot)pa(dot)us

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-20 05:21:00 Var->sublevels_up
Previous Message Bruce Momjian 1998-01-19 23:59:32 Re: [HACKERS] S_LOCK() change produces error...