Move set_pglocale_pgservice() from path.c to exec.c, so that pulling in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 568b80168f1166a4f6cffad90fd030ee280519e8
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-09-11T20:10:30Z
Releases: 8.2.0
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

PathChange+/−
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