pgsql: Set a snapshot before running analyze on a single table, to avoid - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Set a snapshot before running analyze on a single table, to avoid
Date
Msg-id 20051128133509.B88B69DCBBD@postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Set a snapshot before running analyze on a single table, to avoid a
crash when analyzing tables with expressional indexes.

Per report from Frank van Vugt.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Set a snapshot before running analyze on a single table, to avoid
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Install a more future-proof fix for the snapshot-unset bug just