Re: ANALYZE error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "David Witham" <davidw(at)unidial(dot)com(dot)au>
Cc: pgsql-sql(at)postgresql(dot)org
Subject: Re: ANALYZE error
Date: 2004-03-09 04:55:49
Message-ID: 20428.1078808149@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

"David Witham" <davidw(at)unidial(dot)com(dot)au> writes:
> Occasionally I get this error message from the analyze job:
> ERROR: simple_heap_update: tuple concurrently updated
> What does this mean and should I do anything about it?

You can get this if two ANALYZEs run in parallel for the same table;
whichever one tries to update pg_statistic second fails with the above
error. It's moderately annoying, but not dangerous.

regards, tom lane

In response to

Browse pgsql-sql by date

  From Date Subject
Next Message Iain 2004-03-09 05:15:35 Re: ANALYZE error
Previous Message David Witham 2004-03-09 04:22:51 ANALYZE error