Re: who can help me?

From: Bruno Wolff III <bruno(at)wolff(dot)to>
To: Jinqiang Han <postgresql(at)db(dot)pku(dot)edu(dot)cn>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: who can help me?
Date: 2003-03-18 01:30:43
Message-ID: 20030318013043.GB17735@wolff.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2003-03-18 01:34:44 Re: stats_command_string default?
Previous Message Bruce Momjian 2003-03-18 00:40:39 Re: [INTERFACES] Roadmap for FE/BE protocol redesign