plpgsql gram.y make rule - Mailing list pgsql-hackers

From Peter Eisentraut
Subject plpgsql gram.y make rule
Date
Msg-id 1348537400.18490.10.camel@vanquo.pezone.net
Whole thread Raw
Responses Re: plpgsql gram.y make rule  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I wanted to refactor the highly redundant flex and bison rules
throughout the source into common pattern rules.  (Besides saving some
redundant code, this could also help some occasionally flaky code in
pgxs modules.)  The only outlier that breaks this is in plpgsql

pl_gram.c: gram.y

I would like to either rename the intermediate file(s) to gram.{c,h}, or
possibly rename the source file to pl_gram.y.  Any preferences or other
comments?





pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: Oid registry
Next
From: Tom Lane
Date:
Subject: Re: Patch: incorrect array offset in backend replication tar header