1. 29 9月, 2020 1 次提交
    • J
      Format ORCA and GPOPT. · 219fe0c4
      Jesse Zhang 提交于
      The canonical config file is in src/backend/gpopt/.clang-format (instead
      of under the non-existent src/backend/gporca), I've created one (instead
      of two) symlink, for GPOPT headers. Care has been taken to repoint the
      symlink to the canonical config under gpopt, instead of gpopt as it is
      under HEAD.
      
      This is spiritually a cherry-pick of commit 2f7dd76c.
      (cherry picked from commit 2f7dd76c)
      219fe0c4
  2. 01 6月, 2019 1 次提交
  3. 16 8月, 2018 1 次提交
  4. 20 1月, 2017 1 次提交
    • H
      Use config.h from ORCA to determine GPOS_DEBUG and arch flags. · 60449fa2
      Heikki Linnakangas 提交于
      Starting with ORCA version 2.2, there's a gpos/config.h file that contains
      flags describing the compile-time options used to build the ORCA library.
      Those flags affect binary compatibility, so it's important that e.g. if
      ORCA was built with GPOS_DEBUG, the code that uses it (src/backend/gpopt
      in this case) is also built with GPOS_DEBUG. Use the new gpos/config.h
      for that, instead of deriving them ourselves and hoping that we reach the
      same conclusions as whoever built ORCA.
      
      This requires ORCA v2.2, so update releng.mk to download that.
      60449fa2
  5. 18 11月, 2016 1 次提交
  6. 24 11月, 2015 1 次提交
  7. 28 10月, 2015 1 次提交