Skip to content
Snippets Groups Projects
Commit 6dd92138 authored by Tom Lane's avatar Tom Lane
Browse files

Suppress warning from older compilers.

Commit 8af1624e 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.
parent 43753c2c
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment