Shane Ambler <pgsql(at)Sheeky(dot)Biz> writes:
> Would this be the issue fixed in 8.1.1? -
> Prevent autovacuum from crashing during ANALYZE of expression index
More likely this one:
2007-06-14 09:53 alvherre
* src/backend/commands/: vacuum.c (REL8_1_STABLE), vacuum.c
(REL8_2_STABLE), vacuum.c: Avoid having autovacuum run multiple
ANALYZE commands in a single transaction, to prevent possible
deadlock problems. Per request from Tom Lane.
regards, tom lane