Re: indentation in _hash_pgaddtup()

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Ted Yu <yuzhihong(at)gmail(dot)com>, Daniel Gustafsson <daniel(at)yesql(dot)se>, drowley(at)postgresql(dot)org, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: indentation in _hash_pgaddtup()
Date: 2022-11-24 21:12:59
Message-ID: CAApHDvra5w5i3rdESAfhJ1mWSLuBnSJ-vFP_BrbkvtDH=W12Lw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 25 Nov 2022 at 09:31, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2022-11-24 21:20:01 Re: TAP output format in pg_regress
Previous Message David Rowley 2022-11-24 21:11:45 Re: indentation in _hash_pgaddtup()