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

numutils.c

Blame
    • Tom Lane's avatar
      521e8888
      Undo an unadvertised change in the API of pg_atoi. In all previous · 521e8888
      Tom Lane authored
      releases, a nonzero 'c' argument meant that the input string could be
      terminated by either that character or \0.  Recent refactoring broke
      that, causing the thing to scan for 'c' only.  This went undetected
      because no part of the main code actually passes nonzero 'c'.  However
      it broke tsearch2 and possibly other user-written code that assumed
      the old definition.  Per report from Tom Hebbron.
      521e8888
      History
      Undo an unadvertised change in the API of pg_atoi. In all previous
      Tom Lane authored
      releases, a nonzero 'c' argument meant that the input string could be
      terminated by either that character or \0.  Recent refactoring broke
      that, causing the thing to scan for 'c' only.  This went undetected
      because no part of the main code actually passes nonzero 'c'.  However
      it broke tsearch2 and possibly other user-written code that assumed
      the old definition.  Per report from Tom Hebbron.
    numutils.c 3.74 KiB