wrong protocol sequence?

From: Андрей <andyk(at)softwarium(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: wrong protocol sequence?
Date: 2005-09-22 14:11:36
Message-ID: 4332BB98.6000409@softwarium.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello!

I'm sending such messages to server in native postgresql protocol:
'Parse' -> 'Describe' -> 'Sync' (get: 'Parse Complete' and 'Ready For
Query' messages back).
But when the sequence became: 'Parse' -> 'Sync' (get: 'Parse Complete'
and 'Ready For Query' messages back), little pause, 'Describe' -> 'Sync'
- server is crashing (error = memory can't be 'read')!

My query is as simple as possible 'select * from table_name'. What am I
doing wrong?

Big Thanks,
Andrei

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2005-09-22 14:42:02 Re: wrong protocol sequence?
Previous Message Michael Fuhr 2005-09-22 14:06:50 Re: date_trunc('week', '2005-01-01'::TIMESTAMP)