Re: Slim down integer formatting

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: Slim down integer formatting
Дата
Msg-id YP9yolkVjYSCvxUF@paquier.xyz
обсуждение исходный текст
Ответ на Re: Slim down integer formatting  (Greg Nancarrow <gregn4422@gmail.com>)
Ответы Re: Slim down integer formatting  (David Rowley <dgrowleyml@gmail.com>)
Re: Slim down integer formatting  (Greg Nancarrow <gregn4422@gmail.com>)
Список pgsql-hackers
On Tue, Jul 27, 2021 at 12:28:22PM +1000, Greg Nancarrow wrote:
> That patch didn't apply for me (on latest source) so I've attached an
> equivalent with those changes, that does apply, and also tweaks the
> Makefile include path to address that #include issue.

When applying some micro-benchmarking to stress those APIs, how much
does this change things?  At the end of the day, this also comes down
to an evaluation of pg_ulltoa_n() and pg_ultoa_n().

 #include "common/int.h"
+#include "d2s_intrinsics.h"
Er, are you sure about this part?  The first version of the patch did
that in a different, also incorrect, way.
--
Michael

Вложения

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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: visibility map corruption
Следующее
От: David Rowley
Дата:
Сообщение: Re: Slim down integer formatting