Make libpgport be front-end only and make libpgport_srv be a backend

Bruce Momjian <bruce@momjian.us>

Commit: 24201b4bc60e46e8de031fb5911af32bdb412d43
Author: Bruce Momjian <bruce@momjian.us>
Date: 2004-10-04T13:43:59Z
Releases: 8.0.0
Make libpgport be front-end only and make libpgport_srv be a backend
library that uses palloc, ereport, etc.  This simplifies the makefiles
for client applications.

Files

PathChange+/−
src/backend/Makefile modified +3 −1
src/bin/initdb/Makefile modified +4 −10
src/bin/pg_config/Makefile modified +12 −7
src/bin/pg_controldata/Makefile modified +3 −6
src/bin/pg_ctl/Makefile modified +4 −7
src/bin/pg_dump/Makefile modified +6 −10
src/bin/pg_resetxlog/Makefile modified +3 −9
src/bin/psql/Makefile modified +3 −6
src/bin/scripts/Makefile modified +12 −15
src/interfaces/ecpg/preproc/Makefile modified +12 −9
src/port/Makefile modified +42 −7
src/timezone/Makefile modified +5 −8