]> granicus.if.org Git - postgresql/commit
Add table name to VACUUM statement in matview.c.
authorKevin Grittner <kgrittn@postgresql.org>
Wed, 11 Dec 2013 14:53:03 +0000 (08:53 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 11 Dec 2013 14:53:03 +0000 (08:53 -0600)
commit09df854b8acbba5c1d1dc5cdf30c8e84f59145e2
treee7084f7a9a180d89c3a004c87f2b78beec0a5fa3
parente5dc4cc24d2e1e94ac572a2c64103710bf15d21e
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.
src/test/regress/expected/matview.out
src/test/regress/sql/matview.sql