1. 17 11月, 2020 1 次提交
    • J
      Fix multiple definition linker error in unit tests · 7ec4678f
      Jesse Zhang 提交于
      In the same spirit as ee7eb0e8, this removes the extra
      definition in postgres_test.c.
      
      This is uncovered by building with GCC 10, where -fno-common is the new
      default [1][2] (vis a vis -fcommon). I could also reproduce this by
      turning on "-fno-common" in older releases of GCC and Clang.
      
      Backpatch to 6X_STABLE.
      
      (cherry picked from commit 108504ff)
      7ec4678f
  2. 12 9月, 2019 1 次提交
  3. 08 11月, 2017 1 次提交
  4. 30 12月, 2016 1 次提交
  5. 19 9月, 2016 1 次提交
  6. 09 12月, 2015 1 次提交
    • H
      Use real memory manager for mock tests. · 6d2de179
      Heikki Linnakangas 提交于
      Some tests were already doing this, but it seems nicer to default to using
      the real memory manager for all tests. An individual test can still opt-out
      by listing the relevant files in <testname>_MOCK_OBJS. Some tests had had
      to jump through hoops to mock the memory manager, which is no longer
      necessary.
      6d2de179
  7. 28 10月, 2015 1 次提交