Re: Per-column collation, the finale - Mailing list pgsql-hackers

From Itagaki Takahiro
Subject Re: Per-column collation, the finale
Date
Msg-id AANLkTimTpruSy9XFye_8zJvHm3K=o6ah+GJ0y7w3nsBg@mail.gmail.com
Whole thread Raw
In response to Per-column collation, the finale  (Peter Eisentraut <peter_e@gmx.net>)
Responses Re: Per-column collation, the finale  (Peter Eisentraut <peter_e@gmx.net>)
List 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 by date:

Previous
From: Noah Misch
Date:
Subject: Re: Re: patch: fix performance problems with repated decomprimation of varlena values in plpgsql
Next
From: Fujii Masao
Date:
Subject: Re: Change pg_last_xlog_receive_location not to move backwards