Re: indentation in _hash_pgaddtup()

Поиск
Список
Период
Сортировка
От David Rowley
Тема Re: indentation in _hash_pgaddtup()
Дата
Msg-id CAApHDvroyxipEt0qjnxK=_296E=1P8ERiv5-OtB21Yu1KM5G8w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: indentation in _hash_pgaddtup()  (Ted Yu <yuzhihong@gmail.com>)
Ответы Re: indentation in _hash_pgaddtup()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Fri, 25 Nov 2022 at 04:29, Ted Yu <yuzhihong@gmail.com> wrote:
> Here is patch v2.

After running pgindent on v2, I see it still pushes the lines out
quite far. If I add a new line after PageGetItemId(page, and put the
variable assignment away from the variable declaration then it looks a
bit better. It's still 1 char over the limit.

David

Вложения

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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: TAP output format in pg_regress
Следующее
От: Tom Lane
Дата:
Сообщение: Re: indentation in _hash_pgaddtup()