Re: BUG? res.next() == false, but psql finds tuples? - Mailing list pgsql-jdbc

From Tom Lane
Subject Re: BUG? res.next() == false, but psql finds tuples?
Date
Msg-id 18374.1114208647@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG? res.next() == false, but psql finds tuples?  (Palle Girgensohn <girgen@pingpong.net>)
Responses Re: BUG? res.next() == false, but psql finds tuples?
List pgsql-jdbc
Palle Girgensohn <girgen@pingpong.net> writes:
> hmmm.... is there any way to use the server's prepared statements from psql?

psql can't use the V3 protocol facilities, which means that you can't
duplicate the case very closely.

After reading your report this morning, I made a little test program
using libpq's PQexecParams (basically a quick hack on
src/test/examples/testlibpq3.c) to duplicate your query.  I didn't
see any misbehavior; so there is some additional triggering condition
beyond what you've told us.

Given that the query packet looks 100% reasonable by eyeball, it seems
unlikely that the issue is on the JDBC side (barring obvious snafus such
as connecting to a different database than psql is talking to).  But I
don't have any data with which to pursue the hypothesis of a server bug.

            regards, tom lane

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: BUG? res.next() == false, but psql finds tuples?
Next
From: Palle Girgensohn
Date:
Subject: Re: BUG? res.next() == false, but psql finds tuples?