| From: | Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: bug in explain - core dump |
| Date: | 2010-10-25 15:27:48 |
| Message-ID: | AANLkTimxJC4UTVwNbF50RAHdsv0=3xmy-kT+iRCN-qFH@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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 | Content-Type | Size |
|---|---|---|
| crash.sql | text/x-sql | 1.9 KB |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-10-25 15:28:16 | Re: Extensible executor nodes for preparation of SQL/MED |
| Previous Message | Alvaro Herrera | 2010-10-25 15:26:01 | Re: Extensions, this time with a patch |