pg_do_encoding_conversion cannot return NULL (at least not unless the input
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Nov 2008 15:18:40 +0000 (15:18 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 10 Nov 2008 15:18:40 +0000 (15:18 +0000)
commit2b74d45c1b7c8170b8a2abdd86dae8fd2bb239e7
tree22a6eddad024b50ed5c8bdcd852d77f935bbc7ed
parentd141e7493bb821300396d155fdea62a0278ddd6a
pg_do_encoding_conversion cannot return NULL (at least not unless the input
is NULL), so remove some useless tests for the case.
src/backend/snowball/dict_snowball.c
src/backend/tsearch/ts_locale.c
src/backend/utils/mb/mbutils.c