pg_do_encoding_conversion cannot return NULL (at least not unless the input
Tom Lane <tgl@sss.pgh.pa.us>
pg_do_encoding_conversion cannot return NULL (at least not unless the input is NULL), so remove some useless tests for the case.
Files
| Path | Change | +/− |
|---|---|---|
| src/backend/snowball/dict_snowball.c | modified | +1 −7 |
| src/backend/tsearch/ts_locale.c | modified | +1 −5 |
| src/backend/utils/mb/mbutils.c | modified | +1 −3 |