• Robert Haas's avatar
    Try to fix some DSA-related compiler warnings. · 670b3bc8
    Robert Haas authored
    Commit 13df76a5 was overconfident
    about how portable %016lx is.  Some compilers complain because they
    need %016llx, while platforms where DSA pointers are only 32 bits
    get unhappy about using a 64-bit format for a 32-bit quantity.
    
    Thomas Munro, per an off-list suggestion from me.
    670b3bc8
dsa.h 3.91 KB