Re: [HACKERS] Re: [PATCHES] Patch for more readable parse error messages

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: PostgreSQL Development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [HACKERS] Re: [PATCHES] Patch for more readable parse error messages
Date: 2000-02-22 15:50:03
Message-ID: 23579.951234603@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

Peter Eisentraut <e99re41(at)DoCS(dot)UU(dot)SE> writes:
> ... Somewhere in between vanilla lex and flex is also POSIX lex,
> which does support exclusive start conditions but no <<EOF>>.

I noticed that in the flex manual. Does it help us any? That is,
are there a useful number of lexes out there that do the full POSIX
spec? If flex is our only real choice for exclusive start conditions
then it's pointless to avoid <<EOF>>.

> Anyone for getting rid of GNU make?

No ;-). GNU make has enough important features that there is no
near-equivalent non-GNU make. VPATH, for example. One thing I hope
we will be able to do sometime soon is build in an object directory
tree separate from the source tree... can't realistically do that
with any non-GNU make that I've heard of.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2000-02-22 15:51:47 Re: [HACKERS] Beta for 4:30AST ... ?
Previous Message Karel Zak - Zakkr 2000-02-22 15:48:35 Cache query (PREPARE/EXECUTE)

Browse pgsql-patches by date

  From Date Subject
Next Message Peter Eisentraut 2000-02-23 01:20:12 Re: [HACKERS] Re: [PATCHES] Patch for more readable parse error messages
Previous Message Peter Eisentraut 2000-02-22 12:18:25 Re: [HACKERS] Re: [PATCHES] Patch for more readable parse error messages