CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/05/12 10:38:49
Modified files:
src/backend/postmaster: postmaster.c
src/backend/tcop: postgres.c
src/bin/initdb : initdb.c
src/bin/pg_controldata: pg_controldata.c
src/bin/pg_dump: pg_dumpall.c
src/bin/pg_resetxlog: pg_resetxlog.c
src/bin/psql : settings.h tab-complete.c
src/bin/scripts: clusterdb.c createdb.c createlang.c
createuser.c dropdb.c droplang.c dropuser.c
vacuumdb.c
src/include : port.h
src/interfaces/ecpg/preproc: ecpg.c
src/port : exec.c path.c
Log message:
Rename find_my_binary/find_other_binary to
find_my_exec/find_other_exec(). Remove passing of progname to these
functions as they can find that out from argv[0], which they already
have.
Make get_progname return const char *, and update all progname variables
to be const char *.