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:34:10
Message-ID: 20051128133410.B2F039DCBAD@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.

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)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2005-11-28 13:35:09 pgsql: Set a snapshot before running analyze on a single table, to avoid
Previous Message User Gsmet 2005-11-28 12:47:04 pgfouine - pgfouine: applied [#1000450] from Laurent Almeras