Tom Lane writes:
> Peter: it'd be a good idea to suppress gathering NLS messages out of
> src/backend/commands/_deadcode/
> src/backend/executor/_deadcode/
> src/backend/optimizer/path/_deadcode/
> src/backend/tioga/
Or we could just remove those files.
> as well as anything inside #ifdef NOT_USED. Dunno how difficult that
> is with the gettext tools, though.
It's not possible to deal with preprocessor macros. We know that NOT_USED
will never be activated, but any other conditional might be a compile-time
decision, so each branch needs to be considered.
--
Peter Eisentraut peter_e@gmx.net