Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH
Tom Lane <tgl@sss.pgh.pa.us>
Use explicit path to libpgtcl.so, instead of relying on LD_LIBRARY_PATH or local equivalent. Also, honor --with-pgport configure option for default port number, and allow PGPORT environment variable to override this.
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pgaccess/lib/preferences.tcl | modified | +2 −2 |
| src/bin/pgaccess/main.tcl | modified | +24 −6 |
| src/bin/pgaccess/Makefile | modified | +3 −1 |
| src/bin/pgaccess/pgaccess.sh | modified | +4 −0 |