Skip to content
Snippets Groups Projects
Select Git revision
  • fe83a3fdbd91ee9c02e34987b47c4346d3c3e090
  • master default
  • benchmark-tools
  • postgres-lambda
  • 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
24 results

configure

Blame
  • user avatar
    Tom Lane authored
    This prevents compiler optimizations that assume overflow won't occur, which
    breaks numerous overflow tests that we need to have working.  It is known
    that gcc 4.3 causes problems and possible that 4.1 does.  Per my proposal
    of some time ago and a recent report from Kris Jurka.
    
    Backpatch as far as 8.0, which is as far as the patch conveniently goes.
    7.x was pretty short of overflow tests anyway, so it may not matter there,
    even assuming that anyone cares whether 7.x builds on recent gcc.
    fe83a3fd
    History
    configure 727.28 KiB