]> granicus.if.org Git - postgresql/commit
Adjust find_my_exec/find_other_exec() so that the return parameter is
authorBruce Momjian <bruce@momjian.us>
Fri, 14 May 2004 17:04:48 +0000 (17:04 +0000)
committerBruce Momjian <bruce@momjian.us>
Fri, 14 May 2004 17:04:48 +0000 (17:04 +0000)
commit9f944f04431882fb0a3cea87451eccb9d3aac7f5
tree2b11c11e7b3a6cbf854fe5460e50e9c56b1d6db0
parent550735cd735ea1c07c12f34a863780a178c1e547
Adjust find_my_exec/find_other_exec() so that the return parameter is
last, not first.  This fits our style better.
src/backend/postmaster/postmaster.c
src/backend/tcop/postgres.c
src/bin/initdb/initdb.c
src/bin/pg_dump/pg_dumpall.c
src/include/port.h
src/port/exec.c