You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Caleb Welton (JIRA)" <ji...@apache.org> on 2016/01/20 20:00:42 UTC

[jira] [Commented] (HAWQ-219) Built-in function gp_persistent_build_all doesn't reshape gp_persistent_relation_node table

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

Caleb Welton commented on HAWQ-219:
-----------------------------------

It looks like this issue was resolved with https://github.com/apache/incubator-hawq/pull/223, is there any reason this jira is still open?

> Built-in function gp_persistent_build_all doesn't reshape gp_persistent_relation_node table
> -------------------------------------------------------------------------------------------
>
>                 Key: HAWQ-219
>                 URL: https://issues.apache.org/jira/browse/HAWQ-219
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Catalog
>            Reporter: Dong Li
>            Assignee: Lei Chang
>
> {code}
> select gp_persistent_reset_all();
> select gp_persistent_build_all(false);
> e=# select * from gp_persistent_relation_node ;
>  tablespace_oid | database_oid | relfilenode_oid | persistent_state | reserved | parent_xid | persistent_serial_num | previous_free_tid
> ----------------+--------------+-----------------+------------------+----------+------------+-----------------------+-------------------
> (0 rows)
> {code}
> Function gp_persistent_build_all will call function PersistentBuild_BuildDb.
> But the  PersistentBuild_BuildDb function only reshapes gp_persistent_database_node and gp_persistent_relfile_node.
> It doesn't reshape gp_persistent_relation_node table.



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