Re: [HACKERS] removal of braces

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] removal of braces
Дата
Msg-id 3093.897945885@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] removal of braces  (Bruce Momjian <maillist@candle.pha.pa.us>)
Ответы Re: [HACKERS] removal of braces  (Bruce Momjian <maillist@candle.pha.pa.us>)
Список pgsql-hackers
Bruce Momjian <maillist@candle.pha.pa.us> writes:
> I am sure there were some bugs fixed by this cleanup.

And some introduced, most likely.  Just how much does your script know
about C syntax, macros, etc?

I concur with David Gould that this is a risky, expensive exercise
with very little potential gain.

If you were able to identify any spots with the sort of macro-induced
bug you illustrated, great!  Fix 'em by hand.  But I doubt that a
12000-line wholesale modification is worth the trouble.  Heck, half
the code I've looked at in pgsql doesn't even conform to indentation/
tab-width conventions ... and *those* we have well-tested tools to fix.

            regards, tom lane

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dmitry Samersoff
Дата:
Сообщение: User authentification failed
Следующее
От: "Jackson, DeJuan"
Дата:
Сообщение: RE: [HACKERS] Need help understanding unique indices (fwd)