pgsql: Tweak pgbench.c to remove the hidden assumption that a WIN32 - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Tweak pgbench.c to remove the hidden assumption that a WIN32
Date
Msg-id 20070927203944.1546B753E4C@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Define the FRONTEND symbol in postgres_fe.h, which allows us to
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix typos in two comments.