OSDN Git Service

Fix PGXS conventions so that extensions can be built against Postgres
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Jun 2007 22:05:04 +0000 (22:05 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 26 Jun 2007 22:05:04 +0000 (22:05 +0000)
commitb09c248bdd3d0d86714865d2142604aea789e840
tree382d314f0df7e8cd877d8d0e554c199c24833b36
parent80f3b5ad2e294b16f1c179a8c6cde98ee5fb3a53
Fix PGXS conventions so that extensions can be built against Postgres
installations whose pg_config program does not appear first in the PATH.
Per gripe from Eddie Stanley and subsequent discussions with Fabien Coelho
and others.
38 files changed:
contrib/adminpack/Makefile
contrib/btree_gist/Makefile
contrib/chkpass/Makefile
contrib/cube/Makefile
contrib/dblink/Makefile
contrib/earthdistance/Makefile
contrib/fuzzystrmatch/Makefile
contrib/intagg/Makefile
contrib/intarray/Makefile
contrib/isn/Makefile
contrib/lo/Makefile
contrib/ltree/Makefile
contrib/oid2name/Makefile
contrib/pageinspect/Makefile
contrib/pg_buffercache/Makefile
contrib/pg_freespacemap/Makefile
contrib/pg_standby/Makefile
contrib/pg_standby/pg_standby.c
contrib/pg_trgm/Makefile
contrib/pgbench/Makefile
contrib/pgcrypto/Makefile
contrib/pgrowlocks/Makefile
contrib/pgstattuple/Makefile
contrib/seg/Makefile
contrib/spi/Makefile
contrib/sslinfo/Makefile
contrib/tablefunc/Makefile
contrib/tsearch2/Makefile
contrib/tsearch2/ispell/Makefile
contrib/tsearch2/snowball/Makefile
contrib/tsearch2/wordparser/Makefile
contrib/uuid-ossp/Makefile
contrib/vacuumlo/Makefile
contrib/xml2/Makefile
doc/src/sgml/xfunc.sgml
src/Makefile.global.in
src/makefiles/pgxs.mk
src/tutorial/Makefile