Re: [HACKERS] Code quality issues in ICU patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [HACKERS] Code quality issues in ICU patch
Дата
Msg-id accde5ce-6421-1ea8-842c-dbcb5644d462@2ndquadrant.com
обсуждение исходный текст
Ответ на Re: [HACKERS] Code quality issues in ICU patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: [HACKERS] Code quality issues in ICU patch  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Список pgsql-hackers
On 6/24/17 11:51, Tom Lane wrote:
> Ah, I was about to suggest the same thing, but I was coming at it from
> the standpoint of not requiring buffers several times larger than
> necessary, which could in itself cause avoidable palloc failures.
> 
> I was going to suggest a small variant actually: run the conversion
> function an extra time only if the string is long enough to make the
> space consumption interesting, say

I had thought about something like that, too, but my concern is that we
then have double the code paths to test.  I have run some performance
tests and I couldn't detect any differences between the variants.  So
unless someone has any other insights, I think I'll go with the proposed
patch by tomorrow.

-- 
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services



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

Предыдущее
От: Craig Ringer
Дата:
Сообщение: Re: [HACKERS] Postgres process invoking exit resulting in sh-QUIT core
Следующее
От: Jeevan Ladhe
Дата:
Сообщение: Re: [HACKERS] Adding support for Default partition in partitioning