]> granicus.if.org Git - postgresql/commit
Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Sep 2006 20:10:30 +0000 (20:10 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 11 Sep 2006 20:10:30 +0000 (20:10 +0000)
commit568b80168f1166a4f6cffad90fd030ee280519e8
tree568189043aa038440f87bfcde18880d8dcac5fef
parent7ce2ff2d22aba9442347e94dd62fe2212d0adb27
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.
src/include/port.h
src/interfaces/ecpg/ecpglib/Makefile
src/port/exec.c
src/port/path.c