This is an automated email from the ASF dual-hosted git repository.
huor pushed a change to branch huor
in repository https://gitbox.apache.org/repos/asf/hawq.git.
from 202bc0b HAWQ-1756. add comment for struct TargetSegmentIDMap.
add 5700463 HAWQ-1758. Add debug info for udf
new 6c72703 HAWQ-1760. datalocality information should be showed by
default
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
src/backend/cdb/cdbdatalocality.c | 2 +-
src/backend/commands/explain.c | 25 +------
src/backend/executor/spi.c | 143 +++++++++++++++++++++++++++++++++++++-
src/backend/utils/misc/guc.c | 9 +++
src/include/commands/explain.h | 20 ++++++
src/include/executor/spi.h | 2 +
src/include/utils/guc.h | 1 +
src/test/regress/checkinc.py | 1 +
8 files changed, 178 insertions(+), 25 deletions(-)