Re: indentation in _hash_pgaddtup()

Поиск
Список
Период
Сортировка
От Daniel Gustafsson
Тема Re: indentation in _hash_pgaddtup()
Дата
Msg-id 1F14DF4A-DC25-4312-95A6-89E5ACC6868A@yesql.se
обсуждение исходный текст
Ответ на indentation in _hash_pgaddtup()  (Ted Yu <yuzhihong@gmail.com>)
Ответы Re: indentation in _hash_pgaddtup()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bharath Rupireddy
Дата:
Сообщение: Avoid LWLockWaitForVar() for currently held WAL insertion lock in WaitXLogInsertionsToFinish()
Следующее
От: Dimos Stamatakis
Дата:
Сообщение: Re: Fix for visibility check on 14.5 fails on tpcc with high concurrency