Suppress warning from older compilers.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Nov 2019 21:10:23 +0000 (16:10 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 3 Nov 2019 21:10:23 +0000 (16:10 -0500)
commitdb27b60f07a039e236738fe90bd4215cafd35cf2
tree6642fa4839c16f41ce64bf613cda28b83fda2c35
parent741b1aaf61a3da10250555f827c0a7a2f9bc2822
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