ODBC indenting - Mailing list pgsql-patches

From Bruce Momjian
Subject ODBC indenting
Date
Msg-id 200103270047.TAA27969@candle.pha.pa.us
Whole thread Raw
List pgsql-patches
I am going to manually fix up some indenting issues in the ODBC code,
mostly in the *.h files.

Seems pgindent doesn't fix all indenting cases.

These changes will all be done by hand, and will not affect the
functioning of the code.  Things like:

    #define XXXXXXXXXXXXXXXXXXXXX 20
    #define YYYYYYYYYY 30

should have the numbers aligned for easier reading.  Such changes are
preserved by future pgindenting runs.  It seems pgindent does not mess
with any #define value alignments.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

pgsql-patches by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [GENERAL] Patch (tiny): \cd (change dir) for psql [with feedback]
Next
From: "Mark Hamby"
Date:
Subject: Patch (tiny): \cd (change dir) for psql.