• Bruce Momjian's avatar
    Bruce Momjian <pgman@candle.pha.pa.us> writes: · d99df62c
    Bruce Momjian authored
    > OK, add #include <stdio.h> to the file.  That should fix it.
    
    Seems unlikely, since libpq-fe.h already includes <stdio.h>.
    
    The real problem here is that the code is wrong: it's passing NULL
    to an int parameter.
    
                            regards, tom lane
    d99df62c
oid2name.c 10.4 KB