You can't NLS-enable a program component by just putting gettext() around
Peter Eisentraut <peter_e@gmx.net>
You can't NLS-enable a program component by just putting gettext() around every string, especially if some of the output should be fixed-format machine-readable. This needs to be more carefully sorted out. Also, make the help message generated by --help-config -h be more similar in style to the others.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/main/main.c | modified | +2 −2 |
| src/backend/tcop/postgres.c | modified | +4 −3 |
| src/backend/utils/misc/help_config.c | modified | +51 −94 |