On Tue, Mar 18, 2003 at 09:02:51 +0800,
Jinqiang Han <postgresql(at)db(dot)pku(dot)edu(dot)cn> wrote:
> Bruno Wolff III,
>
> Did you notice that postmaster is a link to postgres. So argv[0] is postgres not postmaster...
> I wonder if postmaster.c is still in use. It is really weird.
argv[0] gets set from what you use for a command, not what the actual
hard link name of the file is.