indentation in _hash_pgaddtup() - Mailing list pgsql-hackers

From Ted Yu
Subject indentation in _hash_pgaddtup()
Date
Msg-id CALte62wLSir1=x93Jf0xZvHaO009FEJfhVMFwnaR8q=csPP8kQ@mail.gmail.com
Whole thread Raw
Responses Re: indentation in _hash_pgaddtup()
List pgsql-hackers
Hi,
I was looking at :

commit d09dbeb9bde6b9faabd30e887eff4493331d6424
Author: David Rowley <drowley@postgresql.org>
Date:   Thu Nov 24 17:21:44 2022 +1300

    Speedup hash index builds by skipping needless binary searches

In _hash_pgaddtup(), it seems the indentation is off for the assertion.

Please take a look at the patch.

Thanks
Attachment

pgsql-hackers by date:

Previous
From: Pavel Borisov
Date:
Subject: Re: Lockless queue of waiters in LWLock
Next
From: Bharath Rupireddy
Date:
Subject: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()