Re: oid2name silly patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: oid2name silly patch
Date
Msg-id 21352.982009010@sss.pgh.pa.us
Whole thread Raw
In response to Re: oid2name silly patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: oid2name silly patch  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-patches
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

pgsql-patches by date:

Previous
From: Dave Page
Date:
Subject: RE: ODBC Patch
Next
From: Zeugswetter Andreas SB
Date:
Subject: timestamp fix for AIX and IRIX as discussed