Re: pread() and pwrite() - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pread() and pwrite()
Date
Msg-id 19344.1539050134@sss.pgh.pa.us
Whole thread Raw
In response to Re: pread() and pwrite()  (Thomas Munro <thomas.munro@enterprisedb.com>)
Responses Re: pread() and pwrite()  (Thomas Munro <thomas.munro@enterprisedb.com>)
Re: pread() and pwrite()  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Re: pread() and pwrite()  (Thomas Munro <thomas.munro@enterprisedb.com>)
List pgsql-hackers
Thomas Munro <thomas.munro@enterprisedb.com> writes:
> Rebased again.  Patches that touch AC_CHECK_FUNCS are fun like that!

Yeah, I've been burnt by that too recently.  It occurs to me we could make
that at least a little less painful if we formatted the macro with one
line per function name:

AC_CHECK_FUNCS([
    cbrt
    clock_gettime
    fdatasync
    ...
    wcstombs_l
])

You'd still get conflicts in configure itself, of course, but that
doesn't require manual work to resolve -- just re-run autoconf.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Postgres 11 release notes
Next
From: David Rowley
Date:
Subject: Re: Small performance tweak to run-time partition pruning