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

bootstrap.c

  • Tom Lane's avatar
    8472bf7a
    Allow float8, int8, and related datatypes to be passed by value on machines · 8472bf7a
    Tom Lane authored
    where Datum is 8 bytes wide.  Since this will break old-style C functions
    (those still using version 0 calling convention) that have arguments or
    results of these types, provide a configure option to disable it and retain
    the old pass-by-reference behavior.  Likewise, provide a configure option
    to disable the recently-committed float4 pass-by-value change.
    
    Zoltan Boszormenyi, plus configurability stuff by me.
    8472bf7a
    History
    Allow float8, int8, and related datatypes to be passed by value on machines
    Tom Lane authored
    where Datum is 8 bytes wide.  Since this will break old-style C functions
    (those still using version 0 calling convention) that have arguments or
    results of these types, provide a configure option to disable it and retain
    the old pass-by-reference behavior.  Likewise, provide a configure option
    to disable the recently-committed float4 pass-by-value change.
    
    Zoltan Boszormenyi, plus configurability stuff by me.