Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)

Bruce Momjian <bruce@momjian.us>

Commit: 687084333977dfc4318c470b405c55babd056710
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-06-03T00:07:38Z
Releases: 8.0.0
Add PGETC (for pg_service.conf) and PGLOCALE (for locale dir)
environment variable processing to libpq.

The patch also adds code to our client apps so we set the environment
variable directly based on our binary location, unless it is already
set. This will allow our applications to emit proper locale messages
that are generated in libpq.

Files