Suppress warning from older compilers.
authorTom Lane
Sun, 3 Nov 2019 21:10:23 +0000 (16:10 -0500)
committerTom Lane
Sun, 3 Nov 2019 21:10:38 +0000 (16:10 -0500)
commit6dd92138d1efd0da89e90b98bd71b76c3905f9aa
treed18a4fcbb0cb53a85fea3e8e56c63477f41afd46
parent43753c2cfbdd9870e68671abcc9dd377881071b0
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.
src/backend/tsearch/spell.c