Re: indentation in _hash_pgaddtup() - Mailing list pgsql-hackers

From David Rowley
Subject Re: indentation in _hash_pgaddtup()
Date
Msg-id CAApHDvroyxipEt0qjnxK=_296E=1P8ERiv5-OtB21Yu1KM5G8w@mail.gmail.com
Whole thread Raw
In response to Re: indentation in _hash_pgaddtup()  (Ted Yu <yuzhihong@gmail.com>)
Responses Re: indentation in _hash_pgaddtup()
List 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

Attachment

pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: TAP output format in pg_regress
Next
From: Tom Lane
Date:
Subject: Re: indentation in _hash_pgaddtup()