Re: [HACKERS] min() and max() causing aborts - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: [HACKERS] min() and max() causing aborts
Date
Msg-id 199903201249.HAA19328@candle.pha.pa.us
Whole thread Raw
In response to min() and max() causing aborts  (Michael Davis <michael.davis@prevuenet.com>)
List pgsql-hackers
> I pulled the latest version of the source tree yesterday and complied
> PosgtreSQL 6.5.  The get the following error on any select statement
> containing min() and max():
> 
> mp=> select max(addressid) from addresses;
> pqReadData() -- backend closed the channel unexpectedly.
>         This probably means the backend terminated abnormally before or
> while processing the request.
> We have lost the connection to the backend, so further processing is
> impossible.  Terminating.

It was my commit of someone's memory cleanups yesterday that broke it. 
I will check into it.

--  Bruce Momjian                        |  http://www.op.net/~candle maillist@candle.pha.pa.us            |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] aggregation memory leak and fix
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] 6.5 Feature list and summary