diff options
author | Alexander Korotkov <akorotkov@postgresql.org> | 2019-04-15 20:20:43 +0300 |
---|---|---|
committer | Alexander Korotkov <akorotkov@postgresql.org> | 2019-04-15 20:20:43 +0300 |
commit | 1e871981823a68ec9e0174b652e8d27e05ce08bb (patch) | |
tree | 05dd84aeb2d997b1c9722586ce88a3887dc8eadd /src/backend/utils/adt/jsonpath.c | |
parent | 3a45321a491711b556d2cf8f6904ab989b9d0b08 (diff) | |
download | postgresql-1e871981823a68ec9e0174b652e8d27e05ce08bb.tar.gz postgresql-1e871981823a68ec9e0174b652e8d27e05ce08bb.zip |
Fix division by zero in _bt_vacuum_needs_cleanup()
Checks inside _bt_vacuum_needs_cleanup() allow division by zero to happen when
metad->btm_last_cleanup_num_heap_tuples == 0. This commit adjusts the
expression so that no division by zero might happen.
Reported-by: Piotr Stefaniak
Discussion: https://postgr.es/m/DB8PR03MB5931C41F7787A95313F08322F22A0%40DB8PR03MB5931.eurprd03.prod.outlook.com
Reviewed-by: Masahiko Sawada
Backpatch-through: 11
Diffstat (limited to 'src/backend/utils/adt/jsonpath.c')
0 files changed, 0 insertions, 0 deletions