pgsql/contrib/oid2name oid2name.c

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/contrib/oid2name oid2name.c
Date: 2001-02-12 21:49:25
Message-ID: 200102122149.f1CLnPu24737@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/02/12 16:49:25

Modified files:
contrib/oid2name: oid2name.c

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-02-12 22:13:07 pgsql/src/include/regex cdefs.h
Previous Message Bruce Momjian - CVS 2001-02-12 21:45:25 pgsql/src/interfaces/odbc resource.h