Repository: incubator-hawq Updated Branches: refs/heads/master d0befa185 -> 6616ba71b
HAWQ-1411. Fix inconsistent json file for catalog of hawq 2.1 Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/6616ba71 Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/6616ba71 Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/6616ba71 Branch: refs/heads/master Commit: 6616ba71b97f072ed367e657049878202699a8dd Parents: d0befa1 Author: Ruilong Huo <[email protected]> Authored: Mon May 8 12:20:27 2017 +0800 Committer: Ruilong Huo <[email protected]> Committed: Mon May 8 12:20:27 2017 +0800 ---------------------------------------------------------------------- tools/bin/gppylib/data/2.1.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/6616ba71/tools/bin/gppylib/data/2.1.json ---------------------------------------------------------------------- diff --git a/tools/bin/gppylib/data/2.1.json b/tools/bin/gppylib/data/2.1.json index 019c378..293e649 100644 --- a/tools/bin/gppylib/data/2.1.json +++ b/tools/bin/gppylib/data/2.1.json @@ -1,5 +1,5 @@ { - "__comment" : "Generated by tidycat.pl version 34 on Sat Jan 2 21:08:04 2016 CATALOG_VERSION_NO=201507221", + "__comment" : "Generated by tidycat.pl version 34 on Mon Mar 27 14:22:31 2017 CATALOG_VERSION_NO=201507221", "__info" : { "CATALOG_VERSION_NO" : "201507221" }, @@ -8252,9 +8252,9 @@ "creationtime" : "timestamptz", "memorylimit" : "text", "nvseglowerlimit" : "int4", - "nvseglowerlimitperseg" : "int4", + "nvseglowerlimitperseg" : "float4", "nvsegupperlimit" : "int4", - "nvsegupperlimitperseg" : "int4", + "nvsegupperlimitperseg" : "float4", "oid" : "Oid", "parentoid" : "Oid", "resovercommit" : "float4", @@ -8327,15 +8327,15 @@ }, { "colname" : "nvsegupperlimitperseg", - "ctype" : "int4", + "ctype" : "float4", "postcomment" : "-- vsegment size upper limit per segment", - "sqltype" : "integer" + "sqltype" : "real" }, { "colname" : "nvseglowerlimitperseg", - "ctype" : "int4", + "ctype" : "float4", "postcomment" : "-- vsegment size lower limit per segment", - "sqltype" : "integer" + "sqltype" : "real" }, { "colname" : "creationtime", @@ -8388,7 +8388,7 @@ } ], "relid_comment_tag" : "/* relation id: 6026 - pg_resqueue */\n", - "tabdef_text" : "\n CREATE TABLE pg_resqueue\n with (camelcase=ResQueue, shared=true, relid=6026, reltype_oid=9830, toast_oid=9820, toast_index=9821, toast_reltype=9822)\n (\n name name, -- name of resource queue\n parentoid oid, -- oid of resource queue\n activestats integer, -- active statement count limit\n memorylimit text, -- memory limit in cluster\n corelimit text, -- core limit in cluster\n resovercommit real, -- resource upper limit in cluster\n allocpolicy text, -- query resource allocation policy\n vsegresourcequota text, -- vsegment resource quota\n nvsegupperlimit integer, -- vsegment size upper limit\n nvseglowerlimit integer, -- vsegment size lower limit\n nvsegupperlimitperseg integer, -- vsegment size upper limit per segment\n nvseglowerlimitperseg integer, -- vsegment size lower limit per segment\n creationtime timestamp with time zone, -- when the queue is created\n updatetime timestamp with time zone, -- when the queue is u pdated ( create or alter )\n status text, -- the status of resource queue\n )", + "tabdef_text" : "\n CREATE TABLE pg_resqueue\n with (camelcase=ResQueue, shared=true, relid=6026, reltype_oid=9830, toast_oid=9820, toast_index=9821, toast_reltype=9822)\n (\n rsqname name, -- name of resource queue\n parentoid oid, -- oid of resource queue\n activestats integer, -- active statement count limit\n memorylimit text, -- memory limit in cluster\n corelimit text, -- core limit in cluster\n resovercommit real, -- resource upper limit in cluster\n allocpolicy text, -- query resource allocation policy\n vsegresourcequota text, -- vsegment resource quota\n nvsegupperlimit integer, -- vsegment size upper limit\n nvseglowerlimit integer, -- vsegment size lower limit\n nvsegupperlimitperseg real, -- vsegment size upper limit per segment\n nvseglowerlimitperseg real, -- vsegment size lower limit per segment\n creationtime timestamp with time zone, -- when the queue is created\n updatetime timestamp with time zone, -- when the queue is upda ted ( create or alter )\n status text, -- the status of resource queue\n )", "tzhack" : "\"creationtime\" et al", "with" : { "bootstrap" : 0,
