Re: bug in explain - core dump - Mailing list pgsql-hackers

From Pavel Stehule
Subject Re: bug in explain - core dump
Date
Msg-id AANLkTimxJC4UTVwNbF50RAHdsv0=3xmy-kT+iRCN-qFH@mail.gmail.com
Whole thread Raw
In response to Re: bug in explain - core dump  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: bug in explain - core dump
List pgsql-hackers
postgres=# \i crash.sql
                                                 version
──────────────────────────────────────────────────────────────────────────────────────────────────────────
 PostgreSQL 9.1devel on x86_64-unknown-linux-gnu, compiled by GCC gcc
(GCC) 4.4.4 20100630 (Red Hat 4.4.4…
…-10), 64-bit
(1 row)

Time: 0.979 ms
DROP TABLE
Time: 53.507 ms
CREATE TABLE
Time: 47.260 ms
INSERT 0 100000
Time: 6877.858 ms
ANALYZE
Time: 58.261 ms
CREATE INDEX
Time: 312.896 ms
CREATE INDEX
Time: 236.879 ms
psql:crash.sql:13: server closed the connection unexpectedly
    This probably means the server terminated abnormally
    before or while processing the request.
psql:crash.sql:13: connection to server was lost

Regards

Pavel Stehule

Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Extensible executor nodes for preparation of SQL/MED
Next
From: David Fetter
Date:
Subject: Re: Range Types, discrete and/or continuous