postgresql/src/bin
Andres Freund 3e68686e2c Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall.
Upcoming versions of glibc will contain copy_file_range(2), a wrapper
around a new linux syscall for in-kernel copying of data ranges. This
conflicts with pg_rewinds function of the same name.

Therefore rename pg_rewinds version. As our version isn't a generic
copying facility we decided to choose a rewind specific function name.

Per buildfarm animal caiman and subsequent discussion with Tom Lane.

Author: Andres Freund
Discussion:
    https://postgr.es/m/20180103033425.w7jkljth3e26sduc@alap3.anarazel.de
    https://postgr.es/m/31122.1514951044@sss.pgh.pa.us
Backpatch: 9.5-, where pg_rewind was introduced
2018-01-03 12:40:32 -08:00
..
initdb Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_archivecleanup pg_archivecleanup: Add test suite 2017-09-14 22:23:00 -04:00
pg_basebackup Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_config Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_controldata Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_ctl Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_dump Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_resetwal Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_rewind Rename pg_rewind's copy_file_range() to avoid conflict with new linux syscall. 2018-01-03 12:40:32 -08:00
pg_test_fsync Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
pg_test_timing pg_test_timing: Some NLS fixes 2017-08-26 09:25:19 -04:00
pg_upgrade Update copyright for 2018 2018-01-02 23:30:12 -05:00
pg_waldump Update copyright for 2018 2018-01-02 23:30:12 -05:00
pgbench Update copyright for 2018 2018-01-02 23:30:12 -05:00
pgevent Update copyright for 2018 2018-01-02 23:30:12 -05:00
psql Update copyright for 2018 2018-01-02 23:30:12 -05:00
scripts Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile Update copyright for 2018 2018-01-02 23:30:12 -05:00