• Andres Freund's avatar
    Fix possible division by zero in pg_xlogdump. · 9fe1d9ac
    Andres Freund authored
    When displaying stats it was possible that a floating point division by
    zero occured when no FPIs were issued for a type of record.
    
    Author: Abhijit Menon-Sen
    Discussion: 20150417091811.GA14008@toroid.org
    9fe1d9ac
pg_xlogdump.c 25.7 KB