pgsql: We no longer need a snapshot set after opening the finishing

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: We no longer need a snapshot set after opening the finishing
Date: 2008-03-19 14:18:22
Message-ID: 20080319141822.2E8397558DC@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
We no longer need a snapshot set after opening the finishing transaction: this
is redundant because autovacuum now always analyzes a single table per
transaction.

Modified Files:
--------------
pgsql/src/backend/commands:
vacuum.c (r1.367 -> r1.368)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuum.c?r1=1.367&r2=1.368)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2008-03-19 18:07:29 Re: [COMMITTERS] pgsql: Enable probes to work with Mac OS X Leopard and other OSes that
Previous Message Tatsuo Ishii 2008-03-19 03:33:21 pgsql: Add -M (query mode) option per ITAGAKI Takahiro