]> 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:56:02 +0000 (08:56 -0600)
committerKevin Grittner <kgrittn@postgresql.org>
Wed, 11 Dec 2013 14:56:02 +0000 (08:56 -0600)
commit80811f94ebd7d47510e7c4aafc382babd3826d39
treec6659fa88d32bf6db751bcecb5bd938e8864a23e
parent9d2e07fecd4bd37fc9e231bd706bc0c9ce0f17a7
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