Обсуждение: ODBC indenting

Поиск
Список
Период
Сортировка

ODBC indenting

От
Bruce Momjian
Дата:
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