ecpg grammar in CVS is annoying

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: ecpg grammar in CVS is annoying
Date: 2009-01-30 19:06:35
Message-ID: 20090130190635.GC7428@alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Is it only me, or having the generated ecpg grammar is a bit obnoxious?
I am getting troubled because whenever I touch gram.y it gets updated
when I run make, and then it shows in "cvs diff".

I'm not sure what's the solution -- maybe something is missing in a
.cvsignore file somewhere?

Oh, another thing -- ecpg has a dependency on libpq, but it is not
declared in Makefiles, so if you build ecpg without first building
libpq, it errors out.

--
Alvaro Herrera Valdivia, Chile ICBM: S 39º 49' 18.1", W 73º 13' 56.4"
"Siempre hay que alimentar a los dioses, aunque la tierra esté seca" (Orual)

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-01-30 19:12:51 Re: ecpg grammar in CVS is annoying
Previous Message Alvaro Herrera 2009-01-30 18:56:29 Re: array_map not SQL accessible?