Re: select cash_out('2'); crashes backend on 7.0.2

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: mark(at)summersault(dot)com
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: select cash_out('2'); crashes backend on 7.0.2
Date: 2001-01-23 03:49:16
Message-ID: 200101230349.WAA02731@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers


Seems this still fails. Hackers, does the crash cause other backends to
abort?

>
> Hello,
>
> I was just experimenting, trying to see if I could find a function that
> would format a numeric value like 'money' with Postgres 7.0.2. Here's
> what happened:
>
> ######
> cascade=> select cash_out(2);
> 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.
> ######
>
> The same thing happened with Postgres 6.5.3. Here's my full version:
> PostgreSQL 7.0.2 on i686-pc-linux-gnu, compiled by gcc 2.96
>
> I'm sure if what I tried is even valid input, but I'm guessing this is
> not a desired result in any case. :)
>
> Thanks for the great software and good luck with this!
>
> A frequent Postgres user,
>
> -mark
>
> personal website } Summersault Website Development
> http://mark.stosberg.com/ { http://www.summersault.com/
>

--
Bruce Momjian | http://candle.pha.pa.us
pgman(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

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Holger Schurig 2001-01-23 09:42:28 initlocation / createdb won't work
Previous Message Graeme Stobbart 2001-01-22 16:39:14 postgres in 'C' - can't get started

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2001-01-23 03:54:48 Re: Patches with vacuum fixes available for 7.0.x
Previous Message Bruce Momjian 2001-01-23 03:46:54 Re: COPY BINARY is broken...