Re: Remove a redundant condition check

Поиск
Список
Период
Сортировка
От Amit Kapila
Тема Re: Remove a redundant condition check
Дата
Msg-id CAA4eK1LGWcizcDipMqv7yBZ+XN7+SsW5XhDSPT=UJE2bPkMd4w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Remove a redundant condition check  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-hackers
On Fri, Jun 26, 2020 at 3:32 PM Michael Paquier <michael@paquier.xyz> wrote:
>
> On Fri, Jun 26, 2020 at 02:39:22PM +0530, Amit Kapila wrote:
> > It seems we forgot to remove the additional check for switchedTLI
> > while adding a new check.  I think we can remove this duplicate check
> > in the HEAD code.  I am not sure if it is worth to backpatch such a
> > change.
>
> Yes, there is no point to keep this check so let's clean up this
> code.  I also see no need to do a backpatch here, this is purely
> cosmetic.
>

Thanks for the confirmation, pushed!

-- 
With Regards,
Amit Kapila.
EnterpriseDB: http://www.enterprisedb.com



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

Предыдущее
От: Masahiko Sawada
Дата:
Сообщение: Re: xid wraparound danger due to INDEX_CLEANUP false
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: update substring pattern matching syntax