Re: [WIP] plpgsql is not translate-aware - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [WIP] plpgsql is not translate-aware
Date
Msg-id 5015.1223528101@sss.pgh.pa.us
Whole thread Raw
In response to Re: [WIP] plpgsql is not translate-aware  (Alvaro Herrera <alvherre@commandprompt.com>)
List pgsql-hackers
Alvaro Herrera <alvherre@commandprompt.com> writes:
> So this'd seem to be the version ready to be applied (plus the needed
> nls.mk files).

I'm down to two seriously trivial nitpicks:

* "preferably" has one r.

> +     const char *domain;            /* message domain, NULL if default */

This comment is incorrect, since the field value is not actually
intended to ever be NULL.

But you need Peter's advice before going further, because I don't
actually know a darn thing about the NLS infrastructure.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "Pavel Stehule"
Date:
Subject: Re: WITH RECURSIVE ... simplified syntax?
Next
From: "Ryan Bradetich"
Date:
Subject: [WIP] Reduce alignment requirements on 64-bit systems.