Re: Tweaking PG (again) - Mailing list pgsql-general

From Tom Lane
Subject Re: Tweaking PG (again)
Date
Msg-id 25976.1226676180@sss.pgh.pa.us
Whole thread Raw
In response to Re: Tweaking PG (again)  ("Phoenix Kiula" <phoenix.kiula@gmail.com>)
List pgsql-general
"Phoenix Kiula" <phoenix.kiula@gmail.com> writes:
> 2. Is there a production equivalent of REINDEX? Last time I tried
> CREATE INDEX CONCURRENTLY overnight, by the morning it had croaked
> with these errors:

> ERROR:  deadlock detected
> DETAIL:  Process 6663 waits for ShareLock on transaction 999189656;
> blocked by process 31768.
> Process 31768 waits for ShareUpdateExclusiveLock on relation 50002 of
> database 41249; blocked by process 6663

Can't help you on that unless you can show us what else you were doing.
It's hard to see how the above could have happened unless the CREATE
INDEX CONCURRENTLY were inside a transaction that had already made other
updates that conflicted with what some other transaction wanted to do.

            regards, tom lane

pgsql-general by date:

Previous
From: tv@fuzzy.cz
Date:
Subject: Re: Tweaking PG (again)
Next
From: Tom Lane
Date:
Subject: Re: Delete cascade trigger runs security definer