pgsql: Tweak pgbench.c to remove the hidden assumption that a WIN32

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Tweak pgbench.c to remove the hidden assumption that a WIN32
Date: 2007-09-27 20:39:44
Message-ID: 20070927203944.1546B753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Tweak pgbench.c to remove the hidden assumption that a WIN32 machine
couldn't possibly HAVE_GETOPT. I believe this is the most appropriate
form of the patch submitted 2007-08-07 by Hiroshi Saito, though not
having a Windows build environment I won't know for sure till I see
the buildfarm results.

Modified Files:
--------------
pgsql/contrib/pgbench:
pgbench.c (r1.71 -> r1.72)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/pgbench/pgbench.c?r1=1.71&r2=1.72)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-09-27 21:01:59 pgsql: Fix typos in two comments.
Previous Message Tom Lane 2007-09-27 19:53:44 pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to