Re: Relocatable locale

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Relocatable locale
Date: 2004-05-25 02:45:21
Message-ID: 17021.1085453121@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> But I added code to path.c to skip that if the app is "postgres". Why
> doesn't that work?

That will work fine ... for a standalone backend. Not so fine for
postmaster or bootstrap or other cases that go through main.c.

regards, tom lane

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2004-05-25 02:47:31 Re: Relocatable locale
Previous Message Bruce Momjian 2004-05-25 02:37:36 Re: Relocatable locale