| From: | pgsql-bugs(at)postgresql(dot)org |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | Bug #645: core dump while \df in trasaction |
| Date: | 2002-04-24 15:37:07 |
| Message-ID: | 20020424153707.A30024760FF@postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
Jean-Luc Lachance (jllachan(at)nsd(dot)ca) reports a bug with a severity of 3
The lower the number the more severe it is.
Short Description
core dump while \df in trasaction
Long Description
I get a core dump when it try:
begin; truncate table r;
\df
Also, I would be nice to have a different prompt while in a transaction.
nsd=# select version();
version
-------------------------------------------------------------
PostgreSQL 7.2b5 on i686-pc-linux-gnu, compiled by GCC 2.96
Sample Code
nsd=# begin; truncate table r;
BEGIN
ERROR: TRUNCATE TABLE cannot run inside a transaction block
nsd=# \df
NOTICE: current transaction is aborted, queries ignored until end of transaction block
Floating point exception (core dumped)
No file was uploaded with this report
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2002-04-24 15:57:30 | Re: Bug #645: core dump while \df in trasaction |
| Previous Message | John Maddalozzo | 2002-04-24 13:48:02 | Re: Bug #643: spin lock aborts in 7.0.3 |