indentation in _hash_pgaddtup()

Поиск
Список
Период
Сортировка
От Ted Yu
Тема indentation in _hash_pgaddtup()
Дата
Msg-id CALte62wLSir1=x93Jf0xZvHaO009FEJfhVMFwnaR8q=csPP8kQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: indentation in _hash_pgaddtup()  (Daniel Gustafsson <daniel@yesql.se>)
Список 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
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Pavel Borisov
Дата:
Сообщение: Re: Lockless queue of waiters in LWLock
Следующее
От: Bharath Rupireddy
Дата:
Сообщение: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()