Re: Use correct collation in pg_trgm - Mailing list pgsql-hackers

From David Geier
Subject Re: Use correct collation in pg_trgm
Date
Msg-id f4db25c8-97e4-4d14-a316-eeed538b6579@googlemail.com
Whole thread
In response to Re: Use correct collation in pg_trgm  (David Geier <geidav.pg@gmail.com>)
Responses Re: Use correct collation in pg_trgm
List pgsql-hackers
> Attached is v6 of the patch which fixes a problem with the tests:
>
> pg_trgm_collation_1.out mistakenly contained \endif at the end of the file.
Attached is v7 of the patch set.

No changes, except for rebasing on latest master and changing the "len"
argument to "mblen" in

extern int    t_is##character_class##_with_len_collation(const char 
*ptr, int mblen, Oid collation); \

--
David Geier
Attachment

pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: pg_regress: schedule multi-line test groups
Next
From: Bingshuai Li
Date:
Subject: Re: Bug in logical decoding with DDL and subtransactions