From: | Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | michael(dot)davis(at)prevuenet(dot)com (Michael Davis) |
Cc: | pgsql-hackers(at)postgreSQL(dot)org |
Subject: | Re: [HACKERS] min() and max() causing aborts |
Date: | 1999-03-20 13:17:56 |
Message-ID: | 199903201317.IAA21363@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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.
I have backed out the part of the patch I think was the problem.
--
Bruce Momjian | http://www.op.net/~candle
maillist(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 1999-03-20 13:26:29 | Re: [HACKERS] Re: Developers Globe (FINAL) |
Previous Message | Bruce Momjian | 1999-03-20 13:17:36 | Re: [HACKERS] aggregation memory leak and fix |