Re: [WIP PATCH] Index scan offset optimisation using visibility map

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [WIP PATCH] Index scan offset optimisation using visibility map
Дата
Msg-id 32001.1518549118@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [WIP PATCH] Index scan offset optimisation using visibility map  (Michail Nikolaev <michail.nikolaev@gmail.com>)
Список pgsql-hackers
Michail Nikolaev <michail.nikolaev@gmail.com> writes:
> Still not sure about comment formatting. Have you seen any style guid about
> it except "strict ANSI C comment formatting"? Anyway still need to work on
> comments.

The short answer is "make the new code look like the code around it".
But there is actually documentation on the point:

https://www.postgresql.org/docs/current/static/source-format.html

The rest of that chapter is recommendable reading as well.

            regards, tom lane


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

Предыдущее
От: Michail Nikolaev
Дата:
Сообщение: Re: [WIP PATCH] Index scan offset optimisation using visibility map
Следующее
От: Robert Haas
Дата:
Сообщение: Re: [HACKERS] Client Connection redirection support for PostgreSQL