Thread: pgsql: Tweak clean_encoding_name() API to avoid need to cast away const.

pgsql: Tweak clean_encoding_name() API to avoid need to cast away const.

From
tgl@postgresql.org (Tom Lane)
Date:
Log Message:
-----------
Tweak clean_encoding_name() API to avoid need to cast away const.
Kris Jurka

Modified Files:
--------------
    pgsql/src/backend/utils/mb:
        encnames.c (r1.33 -> r1.34)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/encnames.c.diff?r1=1.33&r2=1.34)