Re: pgsql: Use _() macro consistently rather than gettext(). - Mailing list pgsql-committers

From Neil Conway
Subject Re: pgsql: Use _() macro consistently rather than gettext().
Date
Msg-id 421ABE29.2090004@samurai.com
Whole thread Raw
In response to pgsql: Use _() macro consistently rather than gettext().  (momjian@svr1.postgresql.org (Bruce Momjian))
List pgsql-committers
Bruce Momjian wrote:
> Use _() macro consistently rather than gettext().  Add translation
> macros around strings that were missing them.

This commit induces the following warnings:

In file included from /home/neilc/pgsql/src/timezone/localtime.c:20:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive
In file included from /home/neilc/pgsql/src/timezone/strftime.c:27:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive
In file included from /home/neilc/pgsql/src/timezone/zic.c:18:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive
In file included from /home/neilc/pgsql/src/timezone/ialloc.c:11:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive
In file included from /home/neilc/pgsql/src/timezone/scheck.c:11:
/home/neilc/pgsql/src/timezone/private.h:107:9: warning: extra tokens at
end of #undef directive

-Neil

pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: pgsql: Add support to port/snprintf.c for position
Next
From: neilc@svr1.postgresql.org (Neil Conway)
Date:
Subject: pgsql: This patch changes makes some significant changes to how