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 2021/12/15 03:45:11 UTC

[hawq] branch master updated (7947f7e -> 4f67d22)

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

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


    from 7947f7e  HAWQ-1811. Sync with OushuDB - Phase II
     add 4f67d22  HAWQ-1822. Enable heap table

No new revisions were added by this update.

Summary of changes:
 contrib/magma/magma.c              |  2 +-
 src/backend/commands/indexcmds.c   |  4 ++--
 src/backend/commands/tablecmds.c   | 16 +++++++++-------
 src/backend/parser/analyze.c       | 15 ++++++++++++++-
 src/backend/postmaster/identity.c  | 23 +++++++++++++++++++++++
 src/backend/tcop/utility.c         | 12 ++++++++----
 src/backend/utils/cache/relcache.c |  3 ++-
 src/backend/utils/misc/guc.c       | 21 +++++++++++++++++++++
 src/include/catalog/pg_class.h     |  2 +-
 src/include/postmaster/identity.h  |  1 +
 src/include/utils/guc.h            |  9 +++++++++
 11 files changed, 91 insertions(+), 17 deletions(-)