From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | "Vladimir Kokovic" <vladimir(dot)kokovic(at)a-asoft(dot)com> |
Cc: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Re: BUG #3940: 'unrecognized node type: 1718580065' |
Date: | 2008-02-07 21:11:03 |
Message-ID: | 14232.1202418663@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
"Vladimir Kokovic" <vladimir(dot)kokovic(at)a-asoft(dot)com> writes:
> I don't know if this is known bug, but look in my PostgreSQL log file:
> 2008-02-07 17:05:18 CET asoft vlada LOG: 00000: execute <unnamed>: CREATE
> SCHEMA asoft
I suppose you're submitting these commands via PQexecParams or something
else that uses new-style protocol?
> 2008-02-07 17:05:18 CET asoft vlada ERROR: XX000: unrecognized node type:
> 1718580065
> 2008-02-07 17:05:18 CET asoft vlada LOCATION: copyObject, copyfuncs.c:3573
> 2008-02-07 17:05:18 CET asoft vlada STATEMENT: ALTER SCHEMA asoft OWNER TO
> postgres
Good catch ... this has actually been broken since 8.0, but it was
harder to trigger before. Patch applied.
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | gnp yadav | 2008-02-08 08:01:19 | BUG #3941: Insert Error |
Previous Message | Tom Lane | 2008-02-07 17:55:47 | Re: BUG #3938: Row-wise comparison fails |