Re: Compile issue with glibc-2.27 (copy_file_range)

From: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
To: Thomas Trepl <thomas(at)linuxfromscratch(dot)org>
Cc: PostgreSQL mailing lists <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: Compile issue with glibc-2.27 (copy_file_range)
Date: 2018-02-04 14:03:28
Message-ID: CA+q6zcX7GDDi_-yGtCRphzNf+5wL-PtYM7Vte_S0pAFPJFUFQQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

> On 4 February 2018 at 14:21, Thomas Trepl <thomas(at)linuxfromscratch(dot)org> wrote:
> according to changlelog of glibc-2.27 they introduced a new function
> named "copy_file_range".
>
> There is a static function in src/bin/pg_rewind/copy_fetch.c with the
> same name and therefore compilation fails with

It was already renamed some time ago, see commit [1]

[1]: https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=3e68686e2c55799234ecd020bd1621f913d65475;hp=99d5a3ffb9fe61a5a8b01a4759d93c627f018923

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2018-02-04 14:06:31 Re: Compile issue with glibc-2.27 (copy_file_range)
Previous Message Thomas Trepl 2018-02-04 13:21:38 Compile issue with glibc-2.27 (copy_file_range)