• Andres Freund's avatar
    Add missing float.h include to snprintf.c. · ff8ca3b0
    Andres Freund authored
    On windows _isnan() (which isnan() is redirected to in port/win32.h)
    is declared in float.h, not math.h.
    
    Per buildfarm animal currawong.
    
    Backpatch to all supported branches.
    ff8ca3b0
snprintf.c 24.6 KB