pgsql: ecpg: invent a saner syntax for ecpg.addons entries. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: ecpg: invent a saner syntax for ecpg.addons entries.
Date
Msg-id E1t0RS7-000q1K-Qo@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
ecpg: invent a saner syntax for ecpg.addons entries.

Put the rule type at the start not the end, and put spaces
between the constitutent token names instead of smashing them
into an illegible mess.  This has no functional impact but
I think it makes the rules a great deal more readable.

Discussion: https://postgr.es/m/1185216.1724001216@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/dbedc461b4e7a9cb4d6f5777174bdf180edb95fd

Modified Files
--------------
src/interfaces/ecpg/preproc/README.parser |  16 ++---
src/interfaces/ecpg/preproc/ecpg.addons   | 100 +++++++++++++++---------------
src/interfaces/ecpg/preproc/parse.pl      |  89 ++++++++++++++------------
3 files changed, 107 insertions(+), 98 deletions(-)


pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Add commit 7f7474a8e4 to .git-blame-ignore-revs.
Next
From: Alexander Korotkov
Date:
Subject: Re: pgsql: Create functions pg_set_relation_stats, pg_clear_relation_stats.