| From: | Richard Broersma Jr <rabroersma(at)yahoo(dot)com> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | General PostgreSQL List <pgsql-general(at)postgresql(dot)org> |
| Subject: | Re: pg_dumpall failing from possible corrupted shared memory |
| Date: | 2006-10-27 13:25:05 |
| Message-ID: | 865044.52015.qm@web31814.mail.mud.yahoo.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
> > mydb=# select pg_get_indexdef(indexrelid) from pg_index where indrelid = '16737';
> > server closed the connection unexpectedly
>
> So what do you get from 'select * from pg_index where indrelid = 16737' ?
> If that crashes, which individual columns can you select from the row?
I found the exact row and column that causes the server to crash.
http://archives.postgresql.org/pgsql-general/2006-10/msg01320.php
I believe that corrupted value should be:
CREATE INDEX index_daily ON process USING btree (date_trunc('day'::text, tstamp))
I tried to:
select * from process;
select * from process limit 1;
explain analyze select * from process;
but they also crashes the server.
Regards,
Richard Broersma Jr.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Wes Sheldahl | 2006-10-27 13:29:43 | Re: Is postgres installed by default in Fedora Core 5 ?? |
| Previous Message | Alvaro Herrera | 2006-10-27 13:22:43 | Re: database not enforcing unqiue constriant |