]> granicus.if.org Git - postgresql/commit
Suppress compiler warning about no function return value.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Dec 2017 05:41:41 +0000 (00:41 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 17 Dec 2017 05:41:41 +0000 (00:41 -0500)
commitb31a9d7dd3bf8435fddf404c4b75236d0ea76d78
treec57daeae33437c4e3dad138510e667d96ddc8ecf
parentc04d35f442a8c4fd5a20103b31839ec52fce3046
Suppress compiler warning about no function return value.

Compilers that don't know that ereport(ERROR) doesn't return
complained about the new coding in scanint8() introduced by
commit 101c7ee3e.  Tweak coding to avoid the warning.
Per buildfarm.
src/backend/utils/adt/int8.c