WIP: deduplicate int/float overflow handling code.
authorAndres Freund <andres@anarazel.de>
Wed, 24 Jan 2018 07:20:02 +0000 (23:20 -0800)
committerAndres Freund <andres@anarazel.de>
Wed, 21 Mar 2018 02:34:25 +0000 (19:34 -0700)
commit2d6f2fba960327d871b244a634e1b8a7c0094061
treea868ac892bc1177b5abbe6cd954ee7c89f438c13
parent7648b52925d54f88e55d7969ed1f50be1cc3ea0d
WIP: deduplicate int/float overflow handling code.

This is useful to reduce the amount of code generated uselessly when
JIT inlining.

Author: Andres Freund
src/backend/utils/adt/float.c
src/backend/utils/adt/int8.c