Between broken?

From: Vince Vielhaber <vev(at)michvhf(dot)com>
To: Postgres Hackers List <hackers(at)postgreSQL(dot)org>
Subject: Between broken?
Date: 1998-07-23 19:02:04
Message-ID: Pine.BSF.4.01.9807231457450.25874-100000@paprika.michvhf.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Is something broken in the "between" command? I have 6.3 running on the
production machine and the following sql statement works fine:

select city from camps3 where lat between 43.833298 and 44.233298;

On Jul 20, I cvsup'd the current version and have it running and the same
call results in:

PQresultStatus: 7
PQerrorMessage: pqReadData() -- backend closed the channel unexpectedly.
This probably means the backend terminated abnormally before or
while processing the request.

Was something broke? Is it now fixed?

Vince.
--
==========================================================================
Vince Vielhaber -- KA8CSH email: vev(at)michvhf(dot)com flame-mail: /dev/null
# include <std/disclaimers.h> TEAM-OS2
Online Searchable Campground Listings http://www.camping-usa.com
"There is no outfit less entitled to lecture me about bloat
than the federal government" -- Tony Snow
==========================================================================

Browse pgsql-hackers by date

  From Date Subject
Next Message Davide Libenzi 1998-07-23 19:09:21 Re: [HACKERS] ODBC and palloc ...
Previous Message Byron Nikolaidis 1998-07-23 18:50:03 Re: [HACKERS] ODBC and palloc ...