Install pg_regress script to support PGXS?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Install pg_regress script to support PGXS?
Date: 2005-09-27 17:51:03
Message-ID: 8349.1127843463@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

While testing the recent pgxs patch, I noticed that you can build and
install contrib with PGXS:
cd contrib
gmake USE_PGXS=1 all
gmake 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-09-27 17:54:44 Re: [HACKERS] \x output blowing up
Previous Message Ilia Kantor 2005-09-27 17:30:55 effective SELECT from child tables