On Jul 14, 2008, at 07:08, Tom Lane wrote:

You're really making it into another test.  Just copy the citext.sql
file into the sql/ subdirectory and add a "citext" entry to the schedule
file.

The last time I did this, I had to at least "touch" a corresponding
expected file (expected/citext.out) or pg_regress would go belly-up
without running the rest of the tests.  There's no special need to
make the expected file match, of course, since you can just ignore
the "failure" report from that one test.

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`?

Thanks for the hand-holding.

Best,

David

--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to