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

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

From
tgl@postgresql.org (Tom Lane)
Date:
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)