1. 02 Jun, 2019 2 commits
    • Tom Lane's avatar
      Un-break ecpg tests for Windows. · 10a53cae
      Tom Lane authored
      Declaring a function "inline" still doesn't work with Windows compilers
      (C99? what's that?), unless the macro provided by pg_config.h is
      in-scope, which it is not in our ECPG test programs.  So the workaround
      I tried to use in commit 7640f931 doesn't work for Windows.  Revert
      the change in printf_hack.h, and instead just blacklist that file
      in cpluspluscheck --- since it's a not-installed test file, we don't
      really need to verify its C++ cleanliness anyway.
      10a53cae
    • Alvaro Herrera's avatar
      Increase test coverage for worker_spi by ∞% · 4b3f1dd7
      Alvaro Herrera authored
      This test module was not getting invoked, other than at compile time,
      limiting its usefulness -- and keeping its coverage at 0%.  Add a
      minimal regression test to ensure it runs on make check-world; this
      makes it 92% covered (line-wise), which seems sufficient.
      
      Author: Álvaro Herrera <alvherre@alvh.no-ip.org>
      Reviewed-by: default avatarTom Lane <tgl@sss.pgh.pa.us>
      Discussion: https://postgr.es/m/20190529193256.GA17603@alvherre.pgsql
      4b3f1dd7
  2. 01 Jun, 2019 1 commit
  3. 31 May, 2019 9 commits
  4. 30 May, 2019 3 commits
  5. 29 May, 2019 3 commits
  6. 28 May, 2019 7 commits
  7. 27 May, 2019 1 commit
  8. 26 May, 2019 4 commits
  9. 25 May, 2019 1 commit
  10. 24 May, 2019 3 commits
  11. 23 May, 2019 6 commits