Make pg_regress.c get paths from pg_config_paths.h, instead of -D
Tom Lane <tgl@sss.pgh.pa.us>
Make pg_regress.c get paths from pg_config_paths.h, instead of -D switches passed from the Makefile. This looks like it will fix problem with virtual vs real paths under msys.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/regress/GNUmakefile | modified | +8 −8 |
| src/test/regress/pg_regress.c | modified | +7 −4 |