Add table name to VACUUM statement in matview.c.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 80811f94ebd7d47510e7c4aafc382babd3826d39
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2013-12-11T14:56:02Z
Releases: 9.3.3
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.

Files

PathChange+/−
src/test/regress/expected/matview.out modified +1 −1
src/test/regress/sql/matview.sql modified +1 −1