]> granicus.if.org Git - postgresql/commit
Rename find_my_binary/find_other_binary to
authorBruce Momjian <bruce@momjian.us>
Wed, 12 May 2004 13:38:49 +0000 (13:38 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 12 May 2004 13:38:49 +0000 (13:38 +0000)
commitb1ffacddfc2f558ad150d05a79318b7e58c572b2
tree36ceb14a37eab41f2eecb6ddf9b0d10b9f5e355b
parent3bfd4d9284877980fc3c452704bf9c650f1f731a
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 *.
20 files changed:
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
src/bin/psql/tab-complete.c
src/bin/scripts/clusterdb.c
src/bin/scripts/createdb.c
src/bin/scripts/createlang.c
src/bin/scripts/createuser.c
src/bin/scripts/dropdb.c
src/bin/scripts/droplang.c
src/bin/scripts/dropuser.c
src/bin/scripts/vacuumdb.c
src/include/port.h
src/interfaces/ecpg/preproc/ecpg.c
src/port/exec.c
src/port/path.c