mirror of
https://github.com/postgres/postgres.git
synced 2026-02-18 01:59:53 -05:00
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 *. |
||
|---|---|---|
| .. | ||
| po | ||
| clusterdb.c | ||
| common.c | ||
| common.h | ||
| createdb.c | ||
| createlang.c | ||
| createuser.c | ||
| dropdb.c | ||
| droplang.c | ||
| dropuser.c | ||
| Makefile | ||
| nls.mk | ||
| vacuumdb.c | ||