Re: pg_dumpall failing from possible corrupted shared memory - Mailing list pgsql-general

From Tom Lane
Subject Re: pg_dumpall failing from possible corrupted shared memory
Date
Msg-id 29612.1161924088@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_dumpall failing from possible corrupted shared memory  (Richard Broersma Jr <rabroersma@yahoo.com>)
Responses Re: pg_dumpall failing from possible corrupted shared memory  (Richard Broersma Jr <rabroersma@yahoo.com>)
List pgsql-general
Richard Broersma Jr <rabroersma@yahoo.com> writes:
> 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?

            regards, tom lane

pgsql-general by date:

Previous
From: Richard Broersma Jr
Date:
Subject: Re: pg_dumpall failing from possible corrupted shared memory
Next
From: Stefan Kaltenbrunner
Date:
Subject: Re: Reducing pg_dump & pg_restore times