Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

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: Tue, 27 Sep 2005 13:51:03 -0400
  • Message-id: <8349(dot)1127843463(at)sss(dot)pgh(dot)pa(dot)us>

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



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group