CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/05/18 17:18:59
Modified files:
src/backend/main: main.c
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c
src/bin/initdb : Makefile
src/bin/pg_dump: Makefile
src/bin/psql : Makefile print.c
src/interfaces/ecpg/preproc: Makefile
src/port : exec.c pipe.c
Log message:
Move find_my_exec() way up into main.c so it is available to the
timezone code and other places.
Remove elog() calls from find_my_exec; do fprintf(stderr) instead. We
can then remove the exec.c handling in the makefile because it doesn't
have to be built to suppress elog calls.