Repository: incubator-hawq Updated Branches: refs/heads/HAWQ-997 9e37ee7c2 -> 8f1cd6e3c
HAWQ-997. Added type modifiers for other datatypes. Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/8f1cd6e3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/8f1cd6e3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/8f1cd6e3 Branch: refs/heads/HAWQ-997 Commit: 8f1cd6e3c4cf3fd8b7d9fdef0557fb5216641f23 Parents: 9e37ee7 Author: Oleksandr Diachenko <[email protected]> Authored: Tue Aug 23 18:11:15 2016 -0700 Committer: Oleksandr Diachenko <[email protected]> Committed: Tue Aug 23 18:11:15 2016 -0700 ---------------------------------------------------------------------- src/backend/access/external/pxfheaders.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/8f1cd6e3/src/backend/access/external/pxfheaders.c ---------------------------------------------------------------------- diff --git a/src/backend/access/external/pxfheaders.c b/src/backend/access/external/pxfheaders.c index ed5aacc..b50ee22 100644 --- a/src/backend/access/external/pxfheaders.c +++ b/src/backend/access/external/pxfheaders.c @@ -127,7 +127,7 @@ static void add_alignment_size_httpheader(CHURL_HEADERS headers) * X-GP-ATTR-NAMEX - attribute X's name * X-GP-ATTR-TYPECODEX - attribute X's type OID (e.g, 16) * X-GP-ATTR-TYPENAMEX - attribute X's type name (e.g, "boolean") - * optional - X-GP-ATTR-TYPEMODX-COUNT - total number of modifier for attribute X's modifiers + * optional - X-GP-ATTR-TYPEMODX-COUNT - total number of modifier for attribute X * optional - X-GP-ATTR-TYPEMODX-Y - attribute X's modifiers Y (types which have precision info, like numeric(p,s)) */ static void add_tuple_desc_httpheader(CHURL_HEADERS headers, Relation rel)
