未验证 提交 7c962aa6 编写于 作者: H Hans Zeller 提交者: GitHub

Bump ORCA version from 3.55 to 3.57 (#8149)

* remove reference to deleted header file
* Remove more references to CSpinlock
* Bump ORCA version to 3.56 for PR503
* Bump ORCA version to 3.57 for PR510
上级 adb5ea89
......@@ -19,4 +19,4 @@ params:
BLD_TARGETS:
OUTPUT_ARTIFACT_DIR: gpdb_artifacts
CONFIGURE_FLAGS:
ORCA_TAG: v3.55.0
ORCA_TAG: v3.57.0
......@@ -40,10 +40,10 @@ AC_RUN_IFELSE([AC_LANG_PROGRAM([[
#include <string.h>
]],
[
return strncmp("3.55.", GPORCA_VERSION_STRING, 5);
return strncmp("3.57.", GPORCA_VERSION_STRING, 5);
])],
[AC_MSG_RESULT([[ok]])],
[AC_MSG_ERROR([Your ORCA version is expected to be 3.55.XXX])]
[AC_MSG_ERROR([Your ORCA version is expected to be 3.57.XXX])]
)
AC_LANG_POP([C++])
])# PGAC_CHECK_ORCA_VERSION
......
......@@ -13982,7 +13982,7 @@ int
main ()
{
return strncmp("3.55.", GPORCA_VERSION_STRING, 5);
return strncmp("3.57.", GPORCA_VERSION_STRING, 5);
;
return 0;
......@@ -13992,7 +13992,7 @@ if ac_fn_cxx_try_run "$LINENO"; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: ok" >&5
$as_echo "ok" >&6; }
else
as_fn_error $? "Your ORCA version is expected to be 3.55.XXX" "$LINENO" 5
as_fn_error $? "Your ORCA version is expected to be 3.57.XXX" "$LINENO" 5
fi
rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext \
......
[requires]
orca/v3.55.0@gpdb/stable
orca/v3.57.0@gpdb/stable
[imports]
include, * -> build/include
......
......@@ -23,7 +23,6 @@
#include "gpos/common/CSyncHashtableAccessByIter.h"
#include "gpos/common/CSyncHashtableIter.h"
#include "gpos/net/CSocket.h"
#include "gpos/sync/CSpinlock.h"
#include "gpos/task/CTask.h"
// forward declarations
......@@ -92,18 +91,6 @@ namespace gpoptudfs
};
typedef CSyncHashtable<SConnectionDescriptor, ULONG_PTR, CSpinlockOS>
ConnectionHT;
typedef CSyncHashtableAccessByKey<SConnectionDescriptor, ULONG_PTR, CSpinlockOS>
ConnectionKeyAccessor;
typedef CSyncHashtableIter<SConnectionDescriptor, ULONG_PTR, CSpinlockOS>
ConnectionIter;
typedef CSyncHashtableAccessByIter<SConnectionDescriptor, ULONG_PTR, CSpinlockOS>
ConnectionIterAccessor;
// path where socket is initialized
const CHAR *m_socket_path;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册