Patch: propose to include 3 new functions into intarray and intagg

Поиск
Список
Период
Сортировка
От Dmitry Koterov
Тема Patch: propose to include 3 new functions into intarray and intagg
Дата
Msg-id d7df81620808130429l2a75c895g5dd6fe8ae64cc23e@mail.gmail.com
обсуждение исходный текст
Ответы Re: Patch: propose to include 3 new functions into intarray and intagg  (Zdenek Kotala <Zdenek.Kotala@Sun.COM>)
Review Report: propose to include 3 new functions into intarray and intagg  (Markus Wanner <markus@bluegap.ch>)
Список pgsql-hackers
<div dir="ltr">Hello.<br /><br />Here are these functions with detailed documentation:<br /><a
href="http://en.dklab.ru/lib/dklab_postgresql_patch/">http://en.dklab.ru/lib/dklab_postgresql_patch/</a><br/><br
/>intagg.int_array_append_aggregate(int[]):fast merge arrays into one large list<br />
intarray._int_group_count_sort(int[],bool): frequency-based sorting<br />intarray.bidx(int[], int): binary search in a
sortedarray<br /><br />Tested for about a year on a real PostgreSQL cluster (10 machines, Slony replication) under a
heavyload (millions of requests). <br /> No crash nor memory problem detected during a year, so I suppose these
functionsare well-tested.<br /><br />What do you think about that?<br /></div> 

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

Предыдущее
От: Andrew Chernow
Дата:
Сообщение: Re: C Extension woes
Следующее
От: Simon Riggs
Дата:
Сообщение: Re: Transaction-controlled robustness for replication