pgsql: Fix division by zero in the new range type histogram creation.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix division by zero in the new range type histogram creation.
Date: 2012-08-30 17:29:33
Message-ID: E1T78Yf-0005eC-17@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix division by zero in the new range type histogram creation.

Report and analysis by Matthias.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3e6eb0dd0a0982c61420a0d18d3e485bd2c2819c

Modified Files
--------------
src/backend/utils/adt/rangetypes_typanalyze.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2012-08-30 18:08:21 Re: pgsql: Add missing period to detail message.
Previous Message Robert Haas 2012-08-30 17:28:17 pgsql: Add missing period to detail message.