pgsql: Remove invitation to report a bug about unknown encoding - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Remove invitation to report a bug about unknown encoding
Date
Msg-id E1bztYS-0000To-Be@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: pgsql: Format PL/Python module contents test vertically
Next
From: Peter Eisentraut
Date:
Subject: pgsql: doc: Small style improvements