Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in
Tom Lane <tgl@sss.pgh.pa.us>
Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in path.c does not in itself force linking of both exec.c and libintl. Should fix current ecpglib build failure on pickier platforms.
Files
| Path | Change | +/− |
|---|---|---|
| src/include/port.h | modified | +8 −9 |
| src/interfaces/ecpg/ecpglib/Makefile | modified | +4 −4 |
| src/port/exec.c | modified | +53 −1 |
| src/port/path.c | modified | +1 −49 |