Re: [WIP PATCH] Index scan offset optimisation using visibility map - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [WIP PATCH] Index scan offset optimisation using visibility map
Date
Msg-id 32001.1518549118@sss.pgh.pa.us
Whole thread Raw
In response to Re: [WIP PATCH] Index scan offset optimisation using visibility map  (Michail Nikolaev <michail.nikolaev@gmail.com>)
List 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 by date:

Previous
From: Michail Nikolaev
Date:
Subject: Re: [WIP PATCH] Index scan offset optimisation using visibility map
Next
From: Robert Haas
Date:
Subject: Re: [HACKERS] Client Connection redirection support for PostgreSQL