You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by hu...@apache.org on 2019/11/22 02:39:53 UTC

[hawq] branch taoz updated (9012518 -> cbd649e)

This is an automated email from the ASF dual-hosted git repository.

huor pushed a change to branch taoz
in repository https://gitbox.apache.org/repos/asf/hawq.git.


    from 9012518  fix proc wait queue disorder in deadlock scenario
     add cbd649e  HAWQ-1758. Add debug info for udf

No new revisions were added by this update.

Summary of changes:
 src/backend/commands/explain.c |  25 +------
 src/backend/executor/spi.c     | 143 ++++++++++++++++++++++++++++++++++++++++-
 src/backend/utils/misc/guc.c   |   9 +++
 src/include/commands/explain.h |  21 ++++++
 src/include/executor/spi.h     |   2 +
 src/include/utils/guc.h        |   1 +
 src/test/regress/checkinc.py   |   1 +
 7 files changed, 178 insertions(+), 24 deletions(-)