pgsql: Unbreak isolationtester on Win32

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Unbreak isolationtester on Win32
Date: 2011-11-04 02:36:27
Message-ID: E1RM9dr-0007jt-Td@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Unbreak isolationtester on Win32

I broke it in a previous commit because I neglected to install the
necessary incantations to have getopt() work on Windows.

Per red blots in buildfarm.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e145891c984540a86788f88b604c766c934b17ea

Modified Files
--------------
src/test/isolation/isolationtester.c | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2011-11-04 09:38:26 pgsql: Move user functions related to WAL into xlogfuncs.c
Previous Message Tom Lane 2011-11-03 23:18:41 pgsql: Fix bogus code in contrib/ tsearch dictionary examples.