]> git.ipfire.org Git - thirdparty/postgresql.git/commit
You can't NLS-enable a program component by just putting gettext() around
authorPeter Eisentraut <peter_e@gmx.net>
Sat, 27 Sep 2003 09:29:31 +0000 (09:29 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Sat, 27 Sep 2003 09:29:31 +0000 (09:29 +0000)
commite05147e51aac1ffbc000aa63867049a93f6a512f
tree6920fe96d212e88e1ba7405e577bee984918fb0a
parent4af19a579d4577ce74d5fe26dd5de1d55a0d1ad2
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.
src/backend/main/main.c
src/backend/tcop/postgres.c
src/backend/utils/misc/help_config.c