Re: pgindent vs variable declaration across multiple lines

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgindent vs variable declaration across multiple lines
Дата
Msg-id 2242842.1674574415@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: pgindent vs variable declaration across multiple lines  (Andrew Dunstan <andrew@dunslane.net>)
Ответы Re: pgindent vs variable declaration across multiple lines  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> On 2023-01-22 Su 17:34, Tom Lane wrote:
>> I've also attached a diff
>> representing the delta between what current pg_bsd_indent wants to do
>> to HEAD and what this would do.  All the changes it wants to make look
>> good, although I can't say whether there are other places it's failing
>> to change that we'd like it to.

> Changes look good. There are a handful of places where I think the code
> would be slightly more readable if a leading typecast were moved to the
> second line.

Possibly, but that's the sort of decision that pgindent leaves to human
judgment I think.  It'll reflow comment blocks across lines, but I don't
recall having seen it move line breaks within code.

            regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Making Vars outer-join aware
Следующее
От: Robert Haas
Дата:
Сообщение: Re: old_snapshot_threshold bottleneck on replica