pgsql: Formatting cleanup in ecpglib/prepare.c.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Formatting cleanup in ecpglib/prepare.c.
Date: 2018-10-17 04:04:59
Message-ID: E1gCd4t-0005fX-D7@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Formatting cleanup in ecpglib/prepare.c.

Looking at this code made my head hurt. Format the comments more
like the way it's done elsewhere, break a few overly long lines.
No actual code changes in this commit.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/92dff341160ae896dcfff2dac59fd0c860892f26

Modified Files
--------------
src/interfaces/ecpg/ecpglib/prepare.c | 99 ++++++++++++++++++++---------------
1 file changed, 56 insertions(+), 43 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-10-17 16:27:08 pgsql: Improve tzparse's handling of TZDEFRULES ("posixrules") zone dat
Previous Message Andres Freund 2018-10-16 22:48:44 Re: pgsql: Add TAP tests for pg_verify_checksums