aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistbuild.c
diff options
context:
space:
mode:
authorAmit Kapila <akapila@postgresql.org>2020-04-01 09:28:13 +0530
committerAmit Kapila <akapila@postgresql.org>2020-04-01 09:28:13 +0530
commit2401d93718310237b3cb1ff914abc1bcbdd8e1dc (patch)
tree5c04ee18d5a4aa73606bbac477d200d2e26e5ae9 /src/backend/access/gist/gistbuild.c
parent08481eedd186ea5c22eef86e85cacacbc715f995 (diff)
downloadpostgresql-2401d93718310237b3cb1ff914abc1bcbdd8e1dc.tar.gz
postgresql-2401d93718310237b3cb1ff914abc1bcbdd8e1dc.zip
Fix coverity complaint about commit 40d964ec99.
The coverity complained that dividing integer expressions and then converting the integer quotient to type "double" would lose fractional part. Typecasting one of the arguments of expression with double should fix the report. Author: Mahendra Singh Thalor Reviewed-by: Amit Kapila Discussion: https://postgr.es/m/20200329224818.6phnhv7o2q2rfovf@alap3.anarazel.de
Diffstat (limited to 'src/backend/access/gist/gistbuild.c')
0 files changed, 0 insertions, 0 deletions