pgsql: Fix another case in which autovacuum would fail while analyzing - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix another case in which autovacuum would fail while analyzing
Date
Msg-id 20060104191624.94BB69DC941@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: chriskl@pgfoundry.org (User Chriskl)
Date:
Subject: mysqlcompat - mysqlcompat: Updates
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix another case in which autovacuum would fail while analyzing