Re: Feature freeze and the great elog changeover

From: Paul Ramsey <pramsey(at)refractions(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Feature freeze and the great elog changeover
Date: 2003-06-25 21:29:23
Message-ID: 3EFA1433.2060405@refractions.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Tom Lane wrote:
> Paul Ramsey <pramsey(at)refractions(dot)net> writes:
>
>>Lots of hardcoded english...
>
>
> What makes you think it's hardcoded? We've had internationalization
> support for awhile. (One of the results I'd like to accomplish in this
> pass is to reduce the number of "junk" messages that translators need to
> look at, by merging near-duplicates and suppressing .po entries for
> internal-can't-happen errors.)

Ignorance on my part, probably. You mentioned elog() so I grepped for it
and found lots of this stuff:

elog(FATAL, "data directory %s was not found", checkdir)
elog(FATAL, "could not read permissions of directory %s: %m",
checkdir);

I am probably just misunderstanding something.

P.

--
__
/
| Paul Ramsey
| Refractions Research
| Email: pramsey(at)refractions(dot)net
| Phone: (250) 885-0632
\_

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Dennis Björklund 2003-06-25 21:34:21 Re: Feature freeze and the great elog changeover
Previous Message Tom Lane 2003-06-25 21:27:54 Re: Feature freeze and the great elog changeover