Re: pgindent versus struct members and typedefs

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgindent versus struct members and typedefs
Дата
Msg-id 512380.1764717196@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgindent versus struct members and typedefs  (Chao Li <li.evan.chao@gmail.com>)
Ответы Re: pgindent versus struct members and typedefs
Список pgsql-hackers
Chao Li <li.evan.chao@gmail.com> writes:
>> On Dec 3, 2025, at 06:51, Tom Lane <tgl@sss.pgh.pa.us> wrote:
>> In this case, I think pgindent is indirectly enforcing good style.
>> I do not like omitting braces around anything that's more than one
>> line; readers have to pay close attention to whether the code is
>> doing what it was intended to.

> For “one line”, do you mean only a single line of statement or one line statement plus one line comment?

In my head, a comment and a statement are two lines, and so need
wrapping braces as much as two statements would do.  I realize that
C compilers think differently, but for readability and modifiability
reasons that's the approach I take.

            regards, tom lane



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