mirror of https://github.com/postgres/postgres
In the wake of 1f3a02173
, assorted buildfarm members were warning about
"control reaches end of non-void function" or the like. Do what we've
done elsewhere: in place of a "default" switch case that will prevent
the compiler from warning about unhandled enum values, put a catchall
elog() after the switch. And return a dummy value to satisfy compilers
that don't know elog() doesn't return.
pull/49/head
parent
73ce2a03f3
commit
4589c6a2a3
Loading…
Reference in new issue