Github user huor commented on a diff in the pull request: https://github.com/apache/incubator-hawq/pull/1384#discussion_r208434291 --- Diff: src/backend/cdb/cdbdatalocality.c --- @@ -193,6 +212,9 @@ typedef struct Relation_Data { List *files; Oid partition_parent_relid; int64 block_count; + int port; + char *hostname; + char *hivepath; --- End diff -- No "char *hivepath"
---