-
- Downloads
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.
Showing
- doc/src/sgml/ref/pg_config-ref.sgml 60 additions, 3 deletionsdoc/src/sgml/ref/pg_config-ref.sgml
- src/Makefile.global.in 33 additions, 12 deletionssrc/Makefile.global.in
- src/bin/pg_config/pg_config.c 79 additions, 1 deletionsrc/bin/pg_config/pg_config.c
- src/bin/pg_config/win32.mak 2 additions, 0 deletionssrc/bin/pg_config/win32.mak
- src/bin/psql/bcc32.mak 2 additions, 0 deletionssrc/bin/psql/bcc32.mak
- src/bin/psql/win32.mak 2 additions, 0 deletionssrc/bin/psql/win32.mak
- src/include/port.h 3 additions, 1 deletionsrc/include/port.h
- src/port/Makefile 3 additions, 1 deletionsrc/port/Makefile
- src/port/path.c 19 additions, 1 deletionsrc/port/path.c
Loading
Please register or sign in to comment