Getting blocked when receinving response from a Parse message...

From: "Francisco Figueiredo Jr(dot)" <fxjrlists(at)yahoo(dot)com(dot)br>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Getting blocked when receinving response from a Parse message...
Date: 2003-06-28 05:12:22
Message-ID: 3EFD23B6.3010803@yahoo.com.br
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi all,

I'm playing with this for one week with no luck... :(

I'm implementing the 3.0 protocol version in Npgsql, a .Net Data
provider for postgresql.

I could get it working using the simple query and so, I started to work
in the extended query.

I stopped in the first message: Parse :(

I send the parse message but I don't receive the ParseComplete or the
ErrorResponse. My code simply freezes while reading the byte from
network stream.

I added some elog lines to check that I was sending the message
correctly. I could even check that pq_putemptymessage('1') is being
called in the exec_parse_message() method, but I don't know why I'm
getting blocked when reading the data.

It is strange because all the simple query mode tests I did work very
well. Just this Parse message isn't working for me.

Am I missing something?

I'm using the latest cvs code on cygwin.

Thanks in advance.

--
Regards,

Francisco Figueiredo Jr.

------
"My grandfather once told me that there are two
kinds of people: those
who work and those who take the credit. He told me
to try to be in the
first group; there was less competition there."
- Indira Gandhi

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2003-06-28 05:25:12 Re: Manual fixing of plpgsql_call_handler binary location
Previous Message Christopher Kings-Lynne 2003-06-28 05:02:13 Re: When will table partitioning be available..