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 20051128133410.B2F039DCBAD@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.

Tags:
----
REL8_1_STABLE

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.5.2.1 -> r1.5.2.2)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.5.2.1&r2=1.5.2.2)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Install pg_regress where PGXS' "make installcheck" can find it.
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Set a snapshot before running analyze on a single table, to avoid