Re: BUG #3940: 'unrecognized node type: 1718580065'
- 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: Thu, 07 Feb 2008 16:11:03 -0500
- Message-id: <14232(dot)1202418663(at)sss(dot)pgh(dot)pa(dot)us>
"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
Home |
Main Index |
Thread Index