Thread: pgsql: Create index on srt table in citext regression tests.

pgsql: Create index on srt table in citext regression tests.

From
Kevin Grittner
Date:
Create index on srt table in citext regression tests.

Comments and the tests make clear that the intent is to test with
and without an index, but there was no index.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a49d0b75ce41a5480777f0957d5119cb2f393414

Modified Files
--------------
contrib/citext/expected/citext.out   |    1 +
contrib/citext/expected/citext_1.out |    1 +
contrib/citext/sql/citext.sql        |    2 ++
3 files changed, 4 insertions(+)


Re: pgsql: Create index on srt table in citext regression tests.

From
Andrew Dunstan
Date:

On 09/11/2013 05:57 PM, Kevin Grittner wrote:
> Create index on srt table in citext regression tests.
>
> Comments and the tests make clear that the intent is to test with
> and without an index, but there was no index.
>
>

should be backpatched, no?

cheers

andrew