Re: In PG12, query with float calculations is slower than PG11

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: In PG12, query with float calculations is slower than PG11
Дата
Msg-id 6295.1581531322@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: In PG12, query with float calculations is slower than PG11  (Andres Freund <andres@anarazel.de>)
Ответы Re: In PG12, query with float calculations is slower than PG11
Список pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> I'd just rename the macro to the name of the inline function. No need to
> have a verbose change in all callsites just to update the name imo.

+1, that's what I had in mind too.  That does suggest though that we
ought to make sure the macro has single-eval behavior, so that you
don't need to know it's a macro.

            regards, tom lane



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

Предыдущее
От: Andres Freund
Дата:
Сообщение: Re: In PG12, query with float calculations is slower than PG11
Следующее
От: Justin Pryzby
Дата:
Сообщение: assert pg_class.relnatts is consistent