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

From David Rowley
Subject Re: indentation in _hash_pgaddtup()
Date
Msg-id CAApHDvra5w5i3rdESAfhJ1mWSLuBnSJ-vFP_BrbkvtDH=W12Lw@mail.gmail.com
Whole thread Raw
In response to Re: indentation in _hash_pgaddtup()  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Fri, 25 Nov 2022 at 09:31, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> If you wanted to be hard-nosed about 80 character width, you could
> pull out the PageGetItemId call into a separate local variable.
> I wasn't going to be quite that picky, but I won't object if that
> seems better to you.

I wasn't too worried about the 1 char, but Ted wrote a patch and it
looked a little nicer.

David



pgsql-hackers by date:

Previous
From: David Rowley
Date:
Subject: Re: indentation in _hash_pgaddtup()
Next
From: Daniel Gustafsson
Date:
Subject: Re: TAP output format in pg_regress