Re: pg_resetxlog options - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: pg_resetxlog options
Date
Msg-id 200411180013.34187.peter_e@gmx.net
Whole thread Raw
In response to Re: pg_resetxlog options  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan wrote:
> Some other time maybe. Meanwhile, this patch ought to make it compile
> more cleanly on Windows - not sure why I get errors there but not
> Linux.

Because getopt() is normally declared in unistd.h, not getopt.h (Windows
being an exception?).

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


pgsql-hackers by date:

Previous
From: John Hansen
Date:
Subject: Re: split_part bug
Next
From: Neil Conway
Date:
Subject: Re: Tired of -Wold-style-definition already