plpgsql gram.y make rule

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Subject: plpgsql gram.y make rule
Date: 2012-09-25 01:43:20
Message-ID: 1348537400.18490.10.camel@vanquo.pezone.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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?

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2012-09-25 02:07:03 Re: Patch: incorrect array offset in backend replication tar header
Previous Message Peter Eisentraut 2012-09-25 01:37:11 Re: Oid registry