You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hawq.apache.org by zt...@apache.org on 2019/05/14 14:53:18 UTC

[hawq] branch taoz updated (32e0a15 -> 1bf9530)

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

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


 discard 32e0a15  Revert "refresh gpfdist server/client code"

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/taoz (1bf9530)
            \
             O -- O -- O   (32e0a15)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 src/backend/access/external/Makefile         |    2 +-
 src/backend/access/external/url.c            | 1254 +----
 src/backend/access/external/url_curl.c       | 1336 ++++++
 src/backend/utils/misc/fstream/gfile.c       |   47 +-
 src/backend/utils/misc/guc.c                 |   26 +
 src/bin/gpfdist/Makefile                     |    2 +-
 src/bin/gpfdist/src/gpfdist/glob.c           |   55 +-
 src/bin/gpfdist/src/gpfdist/gpfdist.c        | 6549 ++++++++++++++------------
 src/bin/gpfdist/src/gpfdist/gpfdist_helper.c |   30 +
 src/bin/gpfdist/src/gpfdist/gpfdist_helper.h |    7 +
 src/bin/gpfdist/src/gpfdist/gpfxdist.h       |   19 -
 src/bin/gpfdist/src/gpfdist/include/glob.h   |    8 +-
 src/bin/gpfdist/src/gpfdist/transform.c      |  172 +-
 src/bin/gpfdist/src/gpfdist/transform.h      |  247 +
 src/include/access/url.h                     |   19 +-
 src/include/fstream/gfile.h                  |    4 +-
 src/include/utils/guc.h                      |    3 +
 17 files changed, 5285 insertions(+), 4495 deletions(-)
 create mode 100644 src/backend/access/external/url_curl.c
 create mode 100644 src/bin/gpfdist/src/gpfdist/gpfdist_helper.c
 create mode 100644 src/bin/gpfdist/src/gpfdist/gpfdist_helper.h
 create mode 100644 src/bin/gpfdist/src/gpfdist/transform.h