| From: | Alvaro Herrera <alvherre(at)2ndquadrant(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Adam Brightwell <adam(dot)brightwell(at)crunchydatasolutions(dot)com>, Martín Marqués <martin(at)2ndquadrant(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: postgres messages error |
| Date: | 2014-12-17 18:08:53 |
| Message-ID: | 20141217180853.GE1768@alvh.no-ip.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Tom Lane wrote:
> Adam Brightwell <adam(dot)brightwell(at)crunchydatasolutions(dot)com> writes:
> > Martin,
> > #: libpq/auth.c:1593
> >> #, fuzzy, c-format
> >> msgid "could not to look up local user ID %ld: %s"
> >>
> >> It looks like there is an extra *to* there , so the string should be:
> >>
> >> "could not look up local user ID %ld: %s"
>
> > I think you are right. FWIW, I have attached a patch that fixes it for
> > consideration if others concur.
>
> I agree, that good English is not. Will commit.
A quick grep reveals also
initdb.po:msgid "%s: could not to allocate SIDs: error code %lu\n"
--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2014-12-17 18:18:17 | Re: postgres messages error |
| Previous Message | Tom Lane | 2014-12-17 18:04:30 | Re: postgres messages error |