提交 dc37fead 编写于 作者: S Shreedhar Hardikar

Rename EatMalloc to EatTracker

上级 f72d9b26
......@@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.0 FATAL_ERROR)
project(gpopt LANGUAGES CXX C)
set(GPORCA_VERSION_MAJOR 1)
set(GPORCA_VERSION_MINOR 627)
set(GPORCA_VERSION_MINOR 628)
set(GPORCA_VERSION_STRING ${GPORCA_VERSION_MAJOR}.${GPORCA_VERSION_MINOR})
# Whenever an ABI-breaking change is made to GPORCA, this should be incremented.
......@@ -132,7 +132,7 @@ find_package(Xerces REQUIRED)
include_directories(${XERCES_INCLUDE_DIRS})
# GPOS.
find_package(GPOS 1.135 REQUIRED)
find_package(GPOS 1.136 REQUIRED)
include_directories(${GPOS_INCLUDE_DIRS})
# Extra system libs needed on Solaris.
......
......@@ -10,7 +10,7 @@ BLD_TOP := $(shell sh -c pwd)
include make/gpo.mk
LIB_NAME = optimizer
LIB_VERSION = 1.627
LIB_VERSION = 1.628
## ----------------------------------------------------------------------
## top level variables; only used in this makefile
## ----------------------------------------------------------------------
......
......@@ -356,7 +356,7 @@ CXformFactory::EresInit()
// create xform factory memory pool
IMemoryPool *pmp = CMemoryPoolManager::Pmpm()->PmpCreate
(
CMemoryPoolManager::EatMalloc,
CMemoryPoolManager::EatTracker,
true /*fThreadSafe*/,
ULLONG_MAX
);
......
......@@ -20,7 +20,7 @@
<dependencies>
<dependency org="pa-risc_linux" name="pmccabe" rev="2.5" conf="osx105_x86_32->osx105_x86_32;osx105_x86_64->osx105_x86_64;osx106_x86_32->osx106_x86_32;osx106_x86_64->osx106_x86_64;rhel5_x86_32->rhel5_x86_32;rhel5_x86_64->rhel5_x86_64;sol10_sparc_32->sol10_sparc_32;sol10_sparc_64->sol10_sparc_64;sol10_x86_32->sol10_x86_32;sol10_x86_64->sol10_x86_64;suse10_x86_64->suse10_x86_64" />
<dependency org="xerces" name="xerces-c" rev="3.1.1-p1" conf="osx105_x86_32->osx105_x86_32;osx105_x86_64->osx105_x86_64;osx106_x86_32->osx106_x86_32;osx106_x86_64->osx106_x86_64;rhel5_x86_32->rhel5_x86_32;rhel5_x86_64->rhel5_x86_64;sol10_sparc_32->sol10_sparc_32;sol10_sparc_64->sol10_sparc_64;sol10_x86_32->sol10_x86_32;sol10_x86_64->sol10_x86_64;suse10_x86_64->suse10_x86_64" />
<dependency org="emc" name="libgpos" rev="1.135" conf="osx105_x86_32->osx105_x86_32;osx105_x86_64->osx105_x86_64;osx106_x86_32->osx106_x86_32;osx106_x86_64->osx106_x86_64;rhel5_x86_32->rhel5_x86_32;rhel5_x86_64->rhel5_x86_64;sol10_sparc_32->sol10_sparc_32;sol10_sparc_64->sol10_sparc_64;sol10_x86_32->sol10_x86_32;sol10_x86_64->sol10_x86_64;suse10_x86_64->suse10_x86_64" />
<dependency org="emc" name="libgpos" rev="1.136" conf="osx105_x86_32->osx105_x86_32;osx105_x86_64->osx105_x86_64;osx106_x86_32->osx106_x86_32;osx106_x86_64->osx106_x86_64;rhel5_x86_32->rhel5_x86_32;rhel5_x86_64->rhel5_x86_64;sol10_sparc_32->sol10_sparc_32;sol10_sparc_64->sol10_sparc_64;sol10_x86_32->sol10_x86_32;sol10_x86_64->sol10_x86_64;suse10_x86_64->suse10_x86_64" />
<dependency org="Python" name="suds" rev="0.4" conf="coverity_rhel5_x86_64->noarch" />
<dependency org="perl" name="perl" rev="5.18" conf="coverity_rhel5_x86_64->rhel5_x86_64" />
</dependencies>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册