You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Ming LI (JIRA)" <ji...@apache.org> on 2016/02/26 03:59:18 UTC

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

     [ https://issues.apache.org/jira/browse/HAWQ-441?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ming LI resolved HAWQ-441.
--------------------------
    Resolution: Fixed

The fix contains 2 codes:
HAWQ-441. Remove catalog table "gp_id" because it is useless
HAWQ-441. Change gp_dist_random('gp_id') to gp_dist_random('gp_version_at_initdb') in SQL files


> 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)