Re: oid2name silly patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: andrea gelmini <andrea(dot)gelmini(at)linux(dot)it>, pgsql-patches(at)postgresql(dot)org
Subject: Re: oid2name silly patch
Date: 2001-02-12 20:16:50
Message-ID: 21352.982009010@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2001-02-12 21:46:25 Re: ODBC Patch
Previous Message Dave Page 2001-02-12 19:42:44 RE: ODBC Patch