pgsql: Set a snapshot before running analyze on a single table, to avoid

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Set a snapshot before running analyze on a single table, to avoid
Date: 2005-11-28 13:35:09
Message-ID: 20051128133509.B88B69DCBBD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Andrewd 2005-11-28 15:44:55 pgbuildfarm - client-code: New client program to allow apgrading the OS
Previous Message Alvaro Herrera 2005-11-28 13:34:10 pgsql: Set a snapshot before running analyze on a single table, to avoid