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:24
Message-ID: 20060104191624.94BB69DC941@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.

Modified Files:
--------------
pgsql/src/backend/commands:
vacuum.c (r1.319 -> r1.320)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c.diff?r1=1.319&r2=1.320)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-01-04 19:16:33 pgsql: Fix another case in which autovacuum would fail while analyzing
Previous Message User Chriskl 2006-01-04 02:53:39 mysqlcompat - mysqlcompat: Updates