CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: momjian@svr1.postgresql.org 04/05/14 14:04:48
Modified files:
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
Log message:
Adjust find_my_exec/find_other_exec() so that the return parameter is
last, not first. This fits our style better.