GitHub user selvaganesang opened a pull request:
https://github.com/apache/trafodion/pull/1376
[TRAFODION-2888] Streamline setjmp/longjmp concepts in Trafodion
First set of changes to streamline setjmp/longjmp.
a) Removed the setjmp in heap management within Trafodion.
b) Removed obsolete code related to No-wait operation concepts in SQL
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/selvaganesang/trafodion longjmp
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/trafodion/pull/1376.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1376
----
commit 6b6cbf93f9d51a3d605695d1f1c5f9a6c40e4578
Author: selvaganesang <selva.ganesan93@...>
Date: 2018-01-08T01:31:05Z
[TRAFODION-2888] Streamline setjmp/longjmp concepts in Trafodion
First set of changes to streamline setjmp/longjmp.
a) Removed the setjmp in heap management within Trafodion.
b) Removed obsolete code related to No-wait operation concepts in SQL
----
---