]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:11:05 +0000 (16:11 -0500)
commitd43bd9dce854ff8c2a088999dd860b05d19ebc5a
tree0426439edc2a0ca22812153601f009eac655354c
parent51b9ac5588bcb350bd9433307ee6a6236b01039b
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