OSDN Git Service

Move find_my_exec() way up into main.c so it is available to the
authorBruce Momjian <bruce@momjian.us>
Tue, 18 May 2004 20:18:59 +0000 (20:18 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 18 May 2004 20:18:59 +0000 (20:18 +0000)
commita9fad44372881bc3fd1a5d194d6b3f80c54ceae0
tree743d6024f184d22e103698d401562806ad69940b
parentda401bd3149a7549e67781f0e4a728c1405c53bf
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.
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
src/bin/psql/print.c
src/interfaces/ecpg/preproc/Makefile
src/port/exec.c
src/port/pipe.c