This is an automated email from the ASF dual-hosted git repository.
ztao1987 pushed a change to branch ztao
in repository https://gitbox.apache.org/repos/asf/hawq.git.
from bd88dbd HAWQ-1823. avoid of reallocating resource in udf
new d5caf58 HAWQ-1824. Fix infinite loop problem of regex match function
new f36f114 HAWQ-1825. avoid of reallocating resource for copy statement
in udf
new 27ac97c HAWQ-1826. fix gpfdist external table rename issue
The 3 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/commands/copy.c | 35 +-
src/backend/commands/tablecmds.c | 34 +-
src/backend/regex/regc_nfa.c | 2493 ++++++++++++++++++--------------------
src/backend/regex/regcomp.c | 12 +-
4 files changed, 1251 insertions(+), 1323 deletions(-)