1. 30 May, 2019 2 commits
    • Andres Freund's avatar
      Remove unnecessary (and wrong) forward declaration. · 13002bf0
      Andres Freund authored
      Interestingly only C++ compilers have, so far, complained about this
      odd forward declaration. This originated when IndexBuildCallback was
      defined in another file, but now is completely unnecessary (but was
      wrong before too, cpluspluscheck just wouldn't have noticed).
      
      Reported-By: Tom Lane
      Discussion: https://postgr.es/m/53941.1559239260@sss.pgh.pa.us
      13002bf0
    • Tomas Vondra's avatar
      Make error logging in extended statistics more consistent · fe415ff1
      Tomas Vondra authored
      Most errors reported in extended statistics are internal issues, and so
      should use elog(). The MCV list code was already following this rule, but
      the functional dependencies and ndistinct coefficients were using a mix
      of elog() and ereport(). Fix this by changing most places to elog(), with
      the exception of input functions.
      
      This is a mostly cosmetic change, it makes the life a little bit easier
      for translators, as elog() messages are not translated. So backpatch to
      PostgreSQL 10, where extended statistics were introduced.
      
      Author: Tomas Vondra
      Backpatch-through: 10 where extended statistics were added
      Discussion: https://postgr.es/m/20190503154404.GA7478@alvherre.pgsql
      fe415ff1
  2. 29 May, 2019 3 commits
  3. 28 May, 2019 7 commits
  4. 27 May, 2019 1 commit
  5. 26 May, 2019 4 commits
  6. 25 May, 2019 1 commit
  7. 24 May, 2019 3 commits
  8. 23 May, 2019 6 commits
  9. 22 May, 2019 13 commits