Install pg_regress script to support PGXS? - Mailing list pgsql-hackers

From Tom Lane
Subject Install pg_regress script to support PGXS?
Date
Msg-id 8349.1127843463@sss.pgh.pa.us
Whole thread Raw
Responses Re: Install pg_regress script to support PGXS?
List pgsql-hackers
While testing the recent pgxs patch, I noticed that you can build and
install contrib with PGXS:cd contribgmake USE_PGXS=1 allgmake USE_PGXS=1 install
It seems that it ought to work to run installcheck too:gmake USE_PGXS=1 installcheck
but this does not quite work because the pg_regress script isn't
included in the installation tree.  (If you copy it to where it'd
need to be, installcheck works.)

Is it worth including pg_regress in the installation to make this
work?  Seems like it might be handy for external modules to be able
to run self-tests.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Jeffrey W. Baker"
Date:
Subject: Re: [PERFORM] A Better External Sort?
Next
From: Tom Lane
Date:
Subject: Re: Making pgxs builds work with a relocated installation