Re: join regression failure on cygwin - Mailing list pgsql-hackers

From Tom Lane
Subject Re: join regression failure on cygwin
Date
Msg-id 14722.1248390367@sss.pgh.pa.us
Whole thread Raw
In response to Re: join regression failure on cygwin  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I'll work on it, but for now I propose to make the following change to 
> configure.in and the corresponding change in configure:

I believe you can just add AC_LIBOBJ(erand48) in the Cygwin-specific
section without touching the other part; that's supposed to be a no-op
if the filename has already been added to LIBOBJS.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: pg_dump Add dumping of comments on index columns
Next
From: Tom Lane
Date:
Subject: Re: When is a record NULL?