You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/02/23 10:19:18 UTC

[jira] [Commented] (HAWQ-441) remove catalog table "gp_id" from code

    [ https://issues.apache.org/jira/browse/HAWQ-441?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15158602#comment-15158602 ] 

ASF GitHub Bot commented on HAWQ-441:
-------------------------------------

GitHub user liming01 opened a pull request:

    https://github.com/apache/incubator-hawq/pull/372

    HAWQ-441. Remove catalog table "gp_id" because it is useless

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/liming01/incubator-hawq mli/remove_gp_id

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/incubator-hawq/pull/372.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #372
    
----
commit 59c62cafe3c776bd05bbe12ee81379a4a268fa6e
Author: Ming LI <ml...@pivotal.io>
Date:   2016-02-23T08:21:07Z

    HAWQ-441. Remove catalog table "gp_id" because it is useless

----


> remove catalog table "gp_id" from code
> --------------------------------------
>
>                 Key: HAWQ-441
>                 URL: https://issues.apache.org/jira/browse/HAWQ-441
>             Project: Apache HAWQ
>          Issue Type: Bug
>            Reporter: Ming LI
>            Assignee: Ming LI
>
> postgres=# select * from gp_id;
>   gpname   | numsegments | dbid | content
> -----------+-------------+------+---------
>  Greenplum |          -1 |   -1 |      -1
> (1 row)
> The gp_id table is not used. 
> Please remove it from code and doc 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)