• H
    Remove unnecessary #includes. · 9aa7a22f
    Heikki Linnakangas 提交于
    In cdbcat.h, include only the header files that are actually needed for
    the single function prototype in that file. And don't include cdbcat.h
    unnecessarily. A couple of .c files were including cdbcat.h to get
    GpPolicy, but that's actually defined in catalog/gp_policy.h, so #include
    that directly instead where needed.
    9aa7a22f
tablecmds.c 506.4 KB