Thread: FastPath protocol error: Z

FastPath protocol error: Z

From
"Andreas Vogler"
Date:
Hi,

using the JDBC interface with postgres 7.0.2 I get the following when trying
to access a large object:

FastPath protocol error: Z
at postgresql.fastpath.Fastpath.fastpath(Fastpath.java:159)
at postgresql.fastpath.Fastpath.fastpath(Fastpath.java:188)
at postgresql.fastpath.Fastpath.getInteger(Fastpath.java:200)
at postgresql.largeobject.LargeObject.<init>(LargeObject.java:85)
at
postgresql.largeobject.LargeObjectManager.open(LargeObjectManager.java:134)
at postgresql.jdbc2.ResultSet.getBytes(ResultSet.java:369)

Have you seen this before? Any idea what the problem could be?

Bye Andreas Vogler