Re: oid2name silly patch

From: andrea gelmini <andrea(dot)gelmini(at)linux(dot)it>
To: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: oid2name silly patch
Date: 2001-02-12 15:22:10
Message-ID: 20010212162210.A5327@gelma.fondoweb.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Mon, Feb 12, 2001 at 08:55:31AM -0500, Bruce Momjian wrote:
> I have added #include <unistd.h>. Let me know if that helps.

it works, thanks.
there are still two warnings, but they don't hurt the program.

oid2name.c: In function `sql_exec_dumpdb':
oid2name.c:318: warning: passing arg 3 of `sql_exec' makes integer from pointer without a cast
oid2name.c: In function `sql_exec_dumptable':
oid2name.c:335: warning: passing arg 3 of `sql_exec' makes integer from pointer without a cast

ciao,
andrea

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Dave Page 2001-02-12 17:03:40 RE: ODBC Patch
Previous Message Tom Lane 2001-02-12 15:19:10 Re: ODBC Patch