diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2017-12-17 11:52:22 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2017-12-17 11:52:22 -0500 |
commit | c6d21d56f1a92b4762a22cbbb694b1e853165e70 (patch) | |
tree | 4b396044c077e3d9a9cdf6117aea50ac732da494 /src/backend/executor/nodeGatherMerge.c | |
parent | b31a9d7dd3bf8435fddf404c4b75236d0ea76d78 (diff) | |
download | postgresql-c6d21d56f1a92b4762a22cbbb694b1e853165e70.tar.gz postgresql-c6d21d56f1a92b4762a22cbbb694b1e853165e70.zip |
Try harder to detect unavailability of __builtin_mul_overflow(int64).
Commit c04d35f44 didn't quite do the job here, because it still allowed
the compiler to deduce that the function call could be optimized away.
Prevent that by putting the arguments and results in global variables.
Discussion: https://postgr.es/m/20171213213754.pydkyjs6bt2hvsdb@alap3.anarazel.de
Diffstat (limited to 'src/backend/executor/nodeGatherMerge.c')
0 files changed, 0 insertions, 0 deletions