Re: Severe regression in autoconf 2.61 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Severe regression in autoconf 2.61
Date
Msg-id 17720.1203442191@sss.pgh.pa.us
Whole thread Raw
In response to Re: Severe regression in autoconf 2.61  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> Am Dienstag, 19. Februar 2008 schrieb Tom Lane:
>> Unfortunately, that gives the compiler enough of a syntactic clue
>> to guess that fseeko is probably an undeclared function, and therefore
>> *it will not error out*, only generate a warning, if it's not seen
>> a declaration for fseeko.

> Please try the attached patch.

Seems to fix the problem, please apply.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Permanent settings
Next
From: David Fetter
Date:
Subject: Re: Including PL/PgSQL by default