• Tom Lane's avatar
    Add erand48() to the set of functions supported by our src/port/ library, · c43feefa
    Tom Lane authored
    and extend configure to test for it properly instead of hard-wiring
    an assumption that everybody but Windows has the rand48 functions.
    (We do cheat to the extent of assuming that probing for erand48 will do
    for the entire rand48 family.)
    
    erand48() is unused as of this commit, but a followon patch will cause
    GEQO to depend on it.
    
    Andres Freund, additional hacking by Tom
    c43feefa
configure 811 KB