Re: Warning is adjusted of pgbench.

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: Hiroshi Saito <z-saito(at)guitar(dot)ocn(dot)ne(dot)jp>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Warning is adjusted of pgbench.
Date: 2007-08-07 08:06:24
Message-ID: 20070807080624.GA1839@svr2.hagander.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Tue, Aug 07, 2007 at 04:58:19PM +0900, Hiroshi Saito wrote:
> Hi Magnus.
>
> pgbench.c: In function `main':
> pgbench.c:1257: warning: implicit declaration of function `getopt'
>
> adjustment of some reference is required for this.
> and this is a FRONTEND program.
> patch is smooth at VC8 and MinGW (gcc).

Hi!

Why do you need to #undef EXEC_BACKEND, and is there a specific reason for
removing the include of win32.h?

//Magnus

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Hiroshi Saito 2007-08-07 08:10:24 Re: Warning is adjusted of pgbench.
Previous Message Hiroshi Saito 2007-08-07 07:58:19 Warning is adjusted of pgbench.