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

From: Mark Stosberg <mark(at)summersault(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: select cash_out('2'); crashes backend on 7.0.2
Date: 2000-12-06 20:06:07
Message-ID: 3A2E9C2E.1B9848BC@summersault.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers


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/

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alexander Klimov 2000-12-07 10:42:16 constrains of array
Previous Message najeeb ahmed 2000-12-06 11:35:26 important question

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2000-12-06 20:26:37 COPY BINARY file format proposal
Previous Message Nathan Myers 2000-12-06 19:18:56 CRCs (was: beta testing version)