Re: pgsql: autoconf 2.61's AC_FUNC_FSEEKO reports success/failure

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: autoconf 2.61's AC_FUNC_FSEEKO reports success/failure
Date: 2008-02-18 22:36:49
Message-ID: 11636.1203374209@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

momjian(at)postgresql(dot)org (Bruce Momjian) writes:
> autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, so
> reorganize code for NetBSD/BSDi port/fseeko.c usage, and make code more
> modular.

This patch has caused boatloads of

pg_backup_custom.c: In function `_PrintTocData':
pg_backup_custom.c:480: warning: implicit declaration of function `fseeko'
pg_backup_custom.c: In function `_CloseArchive':
pg_backup_custom.c:815: warning: implicit declaration of function `ftello'

all over the build. Kindly fix or revert.

regards, tom lane

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-02-18 23:00:32 pgsql: Remove unnecessary opening of other relation in
Previous Message User Pgunittest 2008-02-18 22:02:55 pgunittest - pgUnitTest_Rnd: