You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hawq.apache.org by "Hubert Zhang (JIRA)" <ji...@apache.org> on 2016/04/20 09:02:25 UTC

[jira] [Closed] (HAWQ-689) Create table with (oids) in PBE should check whether arg of oids is NULL.

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

Hubert Zhang closed HAWQ-689.
-----------------------------
    Resolution: Fixed

> Create table with (oids) in PBE should check whether arg of oids is NULL.
> -------------------------------------------------------------------------
>
>                 Key: HAWQ-689
>                 URL: https://issues.apache.org/jira/browse/HAWQ-689
>             Project: Apache HAWQ
>          Issue Type: Bug
>          Components: Core
>            Reporter: Hubert Zhang
>            Assignee: Hubert Zhang
>
> create table a(i int);
> PREPARE recentfilms(int) AS SELECT * FROM a;
> CREATE TABLE films_recent5 WITH (OIDS) AS EXECUTE recentfilms(2);
> and coredump occurs



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