Suppress warning from older compilers. Commit 8af1624e3 introduced a warning about possibly returning without a value, on compilers that don't realize that ereport(ERROR) doesn't return. Tweak the code to avoid that.
Per buildfarm. Back-patch to 9.6, like the aforesaid commit. Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/db27b60f07a039e236738fe90bd4215cafd35cf2 Modified Files -------------- src/backend/tsearch/spell.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)
