]> granicus.if.org Git - postgresql/commit
Make libpgport be front-end only and make libpgport_srv be a backend
authorBruce Momjian <bruce@momjian.us>
Mon, 4 Oct 2004 13:43:59 +0000 (13:43 +0000)
committerBruce Momjian <bruce@momjian.us>
Mon, 4 Oct 2004 13:43:59 +0000 (13:43 +0000)
commit24201b4bc60e46e8de031fb5911af32bdb412d43
treea92e5c74b3cbb31f8d0a993bd182577526bd2205
parent3da69bd18c48f298068405be0748bb2ae7cd6359
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.
12 files changed:
src/backend/Makefile
src/bin/initdb/Makefile
src/bin/pg_config/Makefile
src/bin/pg_controldata/Makefile
src/bin/pg_ctl/Makefile
src/bin/pg_dump/Makefile
src/bin/pg_resetxlog/Makefile
src/bin/psql/Makefile
src/bin/scripts/Makefile
src/interfaces/ecpg/preproc/Makefile
src/port/Makefile
src/timezone/Makefile