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)
commit3956d053f7d92009a7186ac144762a5b2e7b8f6c
treee5e891bc4066eeb9ae6575c1d901eb4baa9a0838
parentac2cd02c2a235028615283beead9e39c8ee7d708
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