Bruce Momjian <pgman@candle.pha.pa.us> writes:

Bruce Momjian <bruce@momjian.us>

Commit: d99df62c31fe60da5fec3a61eedba90635f5e485
Author: Bruce Momjian <bruce@momjian.us>
Date: 2001-02-12T21:49:24Z
Releases: 7.1.1
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> 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

Files

PathChange+/−
contrib/oid2name/oid2name.c modified +2 −3