Repository: incubator-hawq
Updated Branches:
  refs/heads/master 50bf9a3e9 -> d0befa185


HAWQ-1412. Fix inconsistent json file for catalog of hawq 2.0


Project: http://git-wip-us.apache.org/repos/asf/incubator-hawq/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-hawq/commit/d0befa18
Tree: http://git-wip-us.apache.org/repos/asf/incubator-hawq/tree/d0befa18
Diff: http://git-wip-us.apache.org/repos/asf/incubator-hawq/diff/d0befa18

Branch: refs/heads/master
Commit: d0befa1853fab51ca14bbcc76c917287dde1d818
Parents: 50bf9a3
Author: Ruilong Huo <[email protected]>
Authored: Mon May 8 12:18:45 2017 +0800
Committer: Ruilong Huo <[email protected]>
Committed: Mon May 8 12:18:45 2017 +0800

----------------------------------------------------------------------
 tools/bin/gppylib/data/2.0.json | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-hawq/blob/d0befa18/tools/bin/gppylib/data/2.0.json
----------------------------------------------------------------------
diff --git a/tools/bin/gppylib/data/2.0.json b/tools/bin/gppylib/data/2.0.json
index 019c378..3b05181 100644
--- a/tools/bin/gppylib/data/2.0.json
+++ b/tools/bin/gppylib/data/2.0.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:44:22 
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,

Reply via email to