disable warning about missing chars

This commit is contained in:
Sarah Hoffmann 2013-02-27 21:01:20 +01:00
parent b122ae960c
commit 699f5c42f0

View File

@ -143,12 +143,12 @@ transliteration( PG_FUNCTION_ARGS )
resultdata++;
}
}
else
/*else
{
ereport( WARNING, ( errcode( ERRCODE_SUCCESSFUL_COMPLETION ),
errmsg( "missing char: %i\n", *wchardata )));
}
}*/
wchardata++;
}