pgsql: Remove invitation to report a bug about unknown encoding

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove invitation to report a bug about unknown encoding
Date: 2016-10-27 22:53:48
Message-ID: E1bztYS-0000To-Be@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ce4dc970560a25d4f7091a6e9ce8c6e1f25d55c9

Modified Files
--------------
src/port/chklocale.c | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2016-10-28 00:34:23 pgsql: doc: Small style improvements
Previous Message Peter Eisentraut 2016-10-27 19:41:47 pgsql: Add function name to PyArg_ParseTuple()