Alvaro Herrera <alvherre@commandprompt.com> writes:
> Tom Lane wrote:
>> Another way, which would save some amount of string constant space,
>> is to have both elog_finish and the ereport macro pass NULL, and let
>> errstart insert the default:
> Hmm, true. I think this means we need to redefine ereport(), not just
> TEXTDOMAIN, in each module (in fact it makes TEXTDOMAIN goes away as a
> symbol). Same number of lines on each module though, so it's not a
> considerable difference.
No, you could have TEXTDOMAIN be defined as NULL by default, and let
modules redefine it as "foo".
regards, tom lane