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/08/16 01:26:25 UTC

[hawq] branch master updated (d155b5b -> e16c76e)

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

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


    from d155b5b  HAWQ-1747. Change pip downloading
     add e16c76e  HAWQ-1748. Idle executors keep exist instead of quit even when gp_vmem_idle_resource_timeout specified timer expires

No new revisions were added by this update.

Summary of changes:
 src/backend/cdb/executormgr.c   | 24 +++++++++++++++++++++++
 src/backend/cdb/poolmgr.c       | 42 +++++++++++++++++++++++++++++++++++++++++
 src/backend/storage/lmgr/proc.c |  4 ++--
 src/backend/tcop/postgres.c     | 10 +++++++++-
 src/backend/utils/misc/guc.c    |  2 +-
 src/include/cdb/executormgr.h   |  3 +++
 src/include/cdb/poolmgr.h       |  2 ++
 7 files changed, 83 insertions(+), 4 deletions(-)