Re: Relocatable locale - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: Relocatable locale
Date
Msg-id 200405250309.i4P39VF29581@candle.pha.pa.us
Whole thread Raw
In response to Re: Relocatable locale  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > But they all use the app name of "postgres".  They always did.
>
> Oh!  Sorry, I'm barking up the wrong tree then.  I was thinking you were
> looking at the exec_path.

Nope, hard-coded, as they all are.  I could pull from argv[0], but that
doesn't work in too many cases.  The main.c call is:

    set_pglocale(argv[0], "postgres");

and is the same no matter what is coming through main.c.

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Relocatable locale
Next
From: Andrew Dunstan
Date:
Subject: Re: [HACKERS] pg_ctl.c