Re: Feature freeze and the great elog changeover - Mailing list pgsql-hackers

From Paul Ramsey
Subject Re: Feature freeze and the great elog changeover
Date
Msg-id 3EFA1433.2060405@refractions.net
Whole thread Raw
In response to Re: Feature freeze and the great elog changeover  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Feature freeze and the great elog changeover  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: Feature freeze and the great elog changeover  (Dennis Björklund <db@zigo.dhs.org>)
List pgsql-hackers
Tom Lane wrote:
> Paul Ramsey <pramsey@refractions.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@refractions.net     | Phone: (250)
885-0632    \_
 



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Feature freeze and the great elog changeover
Next
From: Tom Lane
Date:
Subject: Re: Feature freeze and the great elog changeover