Re: PATCH: CITEXT 2.0 v3 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: PATCH: CITEXT 2.0 v3
Date
Msg-id 18554.1216130948@sss.pgh.pa.us
Whole thread Raw
In response to Re: PATCH: CITEXT 2.0 v3  ("David E. Wheeler" <david@kineticode.com>)
Responses Re: PATCH: CITEXT 2.0 v3  ("David E. Wheeler" <david@kineticode.com>)
List pgsql-hackers
"David E. Wheeler" <david@kineticode.com> writes:
> Okay, I copied citext.sql into src/test/regress/sql and then added  
> "test: citext" to the top of src/test/regress/serial_schedule. Then I  
> ran `make check`. All tests passed, but I don't think that citext was  
> tested.
> Do I need to install the server, build a cluster, and run `make  
> installcheck`?

Yeah, probably.  I don't think the "make check" path will support it
because it doesn't install contrib into the temp installation.
(You'd also need to have put the extra entry in parallel_schedule
not serial_schedule, but it's not gonna work anyway.)
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Hint Bits and Write I/O
Next
From: Tom Lane
Date:
Subject: Re: Is there anyway to create a TupleDesc with uint32 attribute easily?