]> granicus.if.org Git - postgresql/commit
Remove invitation to report a bug about unknown encoding
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 27 Oct 2016 16:00:00 +0000 (12:00 -0400)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 27 Oct 2016 22:43:46 +0000 (18:43 -0400)
commitce4dc970560a25d4f7091a6e9ce8c6e1f25d55c9
tree3cfe012915bd661331a55a95aa20188c71c65c96
parenteaed88ce120746b3004225252f52d8c79fea2f58
Remove invitation to report a bug about unknown encoding

The error message when we couldn't determine the encoding from a locale
said to report a bug about that.  That might have been appropriate when
this code was first added, but by now this works pretty solidly and any
encodings we don't recognize we probably just don't support.  We still
print the warning, but no longer invite the bug report.
src/port/chklocale.c