Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

postgres-lambda-diff

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Andres Freund authored
    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
    ea4cbf8f
    History
    Name Last commit Last update