pgsql: Add table name to VACUUM statement in matview.c.

From: Kevin Grittner <kgrittn(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add table name to VACUUM statement in matview.c.
Date: 2013-12-11 14:57:40
Message-ID: E1VqlEK-0004bQ-3j@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add table name to VACUUM statement in matview.c.

The test only needs the one table to be vacuumed. Vacuuming the
database may affect other tests.

Per gripe from Tom Lane. Back-patch to 9.3, where the test was
was added.

Branch
------
REL9_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/80811f94ebd7d47510e7c4aafc382babd3826d39

Modified Files
--------------
src/test/regress/expected/matview.out | 2 +-
src/test/regress/sql/matview.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2013-12-11 17:00:05 Re: pgsql: Fix a couple of bugs in MultiXactId freezing
Previous Message Peter Eisentraut 2013-12-11 13:17:15 pgsql: PL/Perl: Add event trigger support