pgsql: Fix another case in which autovacuum would fail while analyzing

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix another case in which autovacuum would fail while analyzing
Date: 2006-01-04 19:16:33
Message-ID: 20060104191633.649919DC9F3@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix another case in which autovacuum would fail while analyzing
expressional indexes. Per report from Brian Hirt.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
pgsql/src/backend/commands:
vacuum.c (r1.317.2.1 -> r1.317.2.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c.diff?r1=1.317.2.1&r2=1.317.2.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-04 21:06:32 pgsql: Rearrange backend startup sequence so that ShmemIndexLock can
Previous Message Tom Lane 2006-01-04 19:16:24 pgsql: Fix another case in which autovacuum would fail while analyzing