Re: pgsql: Dissociate btequalimage() from interval_ops, ending its deduplic

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Dissociate btequalimage() from interval_ops, ending its deduplic
Дата
Msg-id 1974777.1697327121@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Dissociate btequalimage() from interval_ops, ending its deduplic  (Noah Misch <noah@leadboat.com>)
Ответы Re: pgsql: Dissociate btequalimage() from interval_ops, ending its deduplic  (Noah Misch <noah@leadboat.com>)
Список pgsql-committers
Noah Misch <noah@leadboat.com> writes:
> ... This fix makes interval_ops simply omit the support function,
> like numeric_ops does.  Back-pack to v13, where btequalimage() first
> appeared.  In back branches, for the benefit of old catalog content,
> btequalimage() code will return false for type "interval".  Going
> forward, back-branch initdb will include the catalog change.

Hmm, I'm not sure that that last is a good idea.  The upshot of this
(because of the opr_sanity.out change) is that "make installcheck"
will fail against existing back-branch installations.  That seems
more likely to cause problems/confusion than the alternative of just
depending on the code change.

            regards, tom lane



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

Предыдущее
От: Noah Misch
Дата:
Сообщение: pgsql: Dissociate btequalimage() from interval_ops, ending its deduplic
Следующее
От: Noah Misch
Дата:
Сообщение: Re: pgsql: Dissociate btequalimage() from interval_ops, ending its deduplic