Re: indentation in _hash_pgaddtup()

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Ted Yu <yuzhihong(at)gmail(dot)com>
Cc: 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 14:11:27
Message-ID: 1F14DF4A-DC25-4312-95A6-89E5ACC6868A@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> On 24 Nov 2022, at 13:42, Ted Yu <yuzhihong(at)gmail(dot)com> wrote:

> In _hash_pgaddtup(), it seems the indentation is off for the assertion.
>
> Please take a look at the patch.

Indentation is handled by applying src/tools/pgindent to the code, and
re-running it on this file yields no re-indentation so this is in fact correct
according to the pgindent rules.

--
Daniel Gustafsson https://vmware.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dimos Stamatakis 2022-11-24 14:23:33 Re: Fix for visibility check on 14.5 fails on tpcc with high concurrency
Previous Message Bharath Rupireddy 2022-11-24 12:43:10 Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()