ODBC indenting

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема ODBC indenting
Дата
Msg-id 200103270047.TAA27969@candle.pha.pa.us
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [GENERAL] Patch (tiny): \cd (change dir) for psql [with feedback]
Следующее
От: "Mark Hamby"
Дата:
Сообщение: Patch (tiny): \cd (change dir) for psql.