Skip to content

Commit

Permalink
Bump ORCA version to 2.56.2
Browse files Browse the repository at this point in the history
This version of ORCA adds missing Xforms that generate Indexed Nested
Loop Join
  • Loading branch information
khannaekta committed May 9, 2018
1 parent 394e9f4 commit 3434140
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depends/conanfile_orca.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[requires]
orca/v2.56.0@gpdb/stable
orca/v2.56.2@gpdb/stable

[imports]
include, * -> build/include
Expand Down
2 changes: 1 addition & 1 deletion gpAux/releng/releng.mk
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ sync_tools: opt_write_test /opt/releng/apache-ant
-Divyrepo.user=$(IVYREPO_USER) -Divyrepo.passwd="$(IVYREPO_PASSWD)" -quiet resolve);

ifeq "$(findstring aix,$(BLD_ARCH))" ""
LD_LIBRARY_PATH='' wget --no-check-certificate -q -O - https://github.com/greenplum-db/gporca/releases/download/v2.56.0/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH)
LD_LIBRARY_PATH='' wget --no-check-certificate -q -O - https://github.com/greenplum-db/gporca/releases/download/v2.56.2/bin_orca_centos5_release.tar.gz | tar zxf - -C $(BLD_TOP)/ext/$(BLD_ARCH)
endif

clean_tools: opt_write_test
Expand Down

0 comments on commit 3434140

Please sign in to comment.