pgsql: Run the C portions of guc-file.l through pgindent.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Run the C portions of guc-file.l through pgindent.
Date: 2015-06-29 00:49:41
Message-ID: E1Z9NGX-0002ot-7c@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Run the C portions of guc-file.l through pgindent.

Yeah, I know, pretty anal-retentive of me. But we oughta find some
way to automate this for the .y and .l files.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2bdc51a2946f9a66688eb705cd0cb584ebd8240a

Modified Files
--------------
src/backend/utils/misc/guc-file.l | 106 +++++++++++++++++++------------------
1 file changed, 54 insertions(+), 52 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2015-06-29 01:24:16 Re: pgsql: Run the C portions of guc-file.l through pgindent.
Previous Message Tom Lane 2015-06-28 22:42:55 Re: pgsql: Fix the fallback memory barrier implementation to be reentrant.