8.0 ecpg crashes with "create table as" statement. - Mailing list pgsql-bugs

From TANIDA Yutaka
Subject 8.0 ecpg crashes with "create table as" statement.
Date
Msg-id 20050209152955.B146.TANIDA@sra.co.jp
Whole thread Raw
Responses Re: 8.0 ecpg crashes with "create table as" statement.  (Michael Meskes <meskes@postgresql.org>)
List pgsql-bugs
ecpg on 8.0.x crashes while compiling "create table as" statements. For
example,

#include <sqlca.h>
int main(){
    EXEC SQL create table a as select 1;
    exit(0);
}

Here's a patch attached.


--
TANIDA Yutaka <tanida@sra.co.jp>

Attachment

pgsql-bugs by date:

Previous
From: Joe Brown
Date:
Subject: Re: BUG #1466: #maintenace_work_mem = 16384
Next
From: rob
Date:
Subject: Re: SELECT returning too many rows (?)