]> granicus.if.org Git - postgresql/commit
Fix problems with PGXS builds against an installation tree that was
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Sep 2005 17:39:35 +0000 (17:39 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 27 Sep 2005 17:39:35 +0000 (17:39 +0000)
commit4fc935a5d47d40aac5b1ecf51aa5beaab03e8f76
tree9aef18fd9bff87d88ae58fb0d3eb93654cf9c83e
parent2d8225eecc555552b89b66bc6d975760e4f1de4c
Fix problems with PGXS builds against an installation tree that was
relocated after installation.  We can't trust the installation paths
inserted into Makefile.global by configure, so instead we must get the
paths from pg_config.  This requires extending pg_config to support all
the separately-configurable path names, but that was on TODO anyway.
doc/src/sgml/ref/pg_config-ref.sgml
src/Makefile.global.in
src/bin/pg_config/pg_config.c
src/bin/pg_config/win32.mak
src/bin/psql/bcc32.mak
src/bin/psql/win32.mak
src/include/port.h
src/port/Makefile
src/port/path.c