Adjust find_my_exec/find_other_exec() so that the return parameter is
Bruce Momjian <bruce@momjian.us>
Adjust find_my_exec/find_other_exec() so that the return parameter is last, not first. This fits our style better.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/postmaster/postmaster.c | modified | +3 −3 |
| src/backend/tcop/postgres.c | modified | +2 −2 |
| src/bin/initdb/initdb.c | modified | +3 −3 |
| src/bin/pg_dump/pg_dumpall.c | modified | +3 −3 |
| src/include/port.h | modified | +4 −4 |
| src/port/exec.c | modified | +5 −5 |