Github user linwen commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1307#discussion_r150475805
--- Diff: src/backend/cdb/cdbcat.c ---
@@ -296,7 +296,7 @@ GpPolicyStore(Oid tbloid, const GpPolicy *policy)
/*
* Sets the policy of a table into the gp_distribution_policy table
* from a GpPolicy structure.
- *
+ * @param update_bucketnum, whether update the bucketnum field
--- End diff --
A line of redundant comment. Should be removed. ---
