Re: Per-column collation, the finale

Поиск
Список
Период
Сортировка
От Itagaki Takahiro
Тема Re: Per-column collation, the finale
Дата
Msg-id AANLkTimTpruSy9XFye_8zJvHm3K=o6ah+GJ0y7w3nsBg@mail.gmail.com
обсуждение исходный текст
Ответ на Per-column collation, the finale  (Peter Eisentraut <peter_e@gmx.net>)
Ответы Re: Per-column collation, the finale  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
On Sat, Jan 15, 2011 at 06:41, Peter Eisentraut <peter_e@gmx.net> wrote:
> I've been going over this patch with a fine-tooth comb for the last two
> weeks, fixed some small bugs, added comments, made initdb a little
> friendlier, but no substantial changes.

What can I do to test the patch?
No regression tests are included in it, and I have an almost empty
pg_collation catalog with it:

=# SELECT * FROM pg_collation;collname | collnamespace | collencoding | collcollate | collctype
----------+---------------+--------------+-------------+-----------default  |            11 |            0 |
|
 
(1 row)

-- 
Itagaki Takahiro


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

Предыдущее
От: Noah Misch
Дата:
Сообщение: Re: Re: patch: fix performance problems with repated decomprimation of varlena values in plpgsql
Следующее
От: Fujii Masao
Дата:
Сообщение: Re: Change pg_last_xlog_receive_location not to move backwards