Suppress warning from older compilers.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4077e9ae150fcf0a8a8a94f50b5bbd304878fbb0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2019-11-03T21:10:56Z
Releases: 10.11
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.

Files

PathChange+/−
src/backend/tsearch/spell.c modified +1 −2