Add table name to VACUUM statement in matview.c.

Kevin Grittner <kgrittn@postgresql.org>

Commit: 09df854b8acbba5c1d1dc5cdf30c8e84f59145e2
Author: Kevin Grittner <kgrittn@postgresql.org>
Date: 2013-12-11T14:53:03Z
Releases: 9.4.0
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