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

From Daniel Gustafsson
Subject Re: indentation in _hash_pgaddtup()
Date
Msg-id 1F14DF4A-DC25-4312-95A6-89E5ACC6868A@yesql.se
Whole thread Raw
In response to indentation in _hash_pgaddtup()  (Ted Yu <yuzhihong@gmail.com>)
Responses Re: indentation in _hash_pgaddtup()
List pgsql-hackers
> On 24 Nov 2022, at 13:42, Ted Yu <yuzhihong@gmail.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/




pgsql-hackers by date:

Previous
From: Bharath Rupireddy
Date:
Subject: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()
Next
From: Dimos Stamatakis
Date:
Subject: Re: Fix for visibility check on 14.5 fails on tpcc with high concurrency