[PATCH] remove condition always true (/src/backend/access/heap/vacuumlazy.c)

Поиск
Список
Период
Сортировка
От Ranier Vilela
Тема [PATCH] remove condition always true (/src/backend/access/heap/vacuumlazy.c)
Дата
Msg-id CAEudQAqrB_Hz6q4vC43mBPBoqoQYvS_+=QG1c9bVhrcWYjQ6dw@mail.gmail.com
обсуждение исходный текст
Ответы Re: [PATCH] remove condition always true(/src/backend/access/heap/vacuumlazy.c)  (Andres Freund <andres@anarazel.de>)
Список pgsql-hackers
Hi,
I'm not sure that the patch is 100% correct.
But the fix is about expression about always true.
But if this patch is correct, he fix one possible bug.

The comment says:
* Perform checking of FSM after releasing lock, the fsm is
* approximate, after all.

But this is not what the code does, apparently it checks before unlocking.

best regards,
Ranier Vilela
Вложения

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

Предыдущее
От: Alexey Kondratov
Дата:
Сообщение: Re: Allow CLUSTER, VACUUM FULL and REINDEX to change tablespace onthe fly
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: Improve handling of parameter differences in physicalreplicatio