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

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(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-19 00:47:18
Message-ID: 200802190047.m1J0lIE22357@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> 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.

OK, I applied a patch that removes the modular change --- hopefully that
fixes it.

--
Bruce Momjian <bruce(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://postgres.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2008-02-19 01:05:28 pgsql: Put back code modularization of fseeko() configure checks.
Previous Message Bruce Momjian 2008-02-19 00:46:43 pgsql: Put fseeko check back in old location, in hopes of silencing