Lists: | pgsql-bugs |
---|
From: | "Vladimir Kokovic" <vladimir(dot)kokovic(at)a-asoft(dot)com> |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | BUG #3940: 'unrecognized node type: 1718580065' |
Date: | 2008-02-07 16:41:14 |
Message-ID: | 200802071641.m17GfEvv090346@wwwmaster.postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Lists: | pgsql-bugs |
The following bug has been logged online:
Bug reference: 3940
Logged by: Vladimir Kokovic
Email address: vladimir(dot)kokovic(at)a-asoft(dot)com
PostgreSQL version: 8.3.0
Operating system: Linux vladakk-kuci 2.6.22-14-generic #1 SMP Fri Feb 1
04:59:50 UTC 2008 i686 GNU/Linux
Description: 'unrecognized node type: 1718580065'
Details:
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
2008-02-07 17:05:18 CET asoft vlada LOCATION: exec_execute_message,
postgres.c:1820
2008-02-07 17:05:18 CET asoft vlada LOG: 00000: duration: 0.806 ms
2008-02-07 17:05:18 CET asoft vlada LOCATION: exec_execute_message,
postgres.c:1890
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
2008-02-07 17:05:18 CET asoft vlada LOG: 08P01: unexpected EOF on client
connection
2008-02-07 17:05:18 CET asoft vlada LOCATION: SocketBackend,
postgres.c:323
2008-02-07 17:05:18 CET asoft vlada LOG: 00000: disconnection: session
time: 0:00:05.515 user=vlada database=asoft host=localhost port=55602
2008-02-07 17:05:18 CET asoft vlada LOCATION: log_disconnections,
postgres.c:3940
Best regards,
Vladimir Kokovic, DP senior, Belgrade, Serbia
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 |
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