diff options
| author | Tom Lane | 2005-07-14 05:13:45 +0000 |
|---|---|---|
| committer | Tom Lane | 2005-07-14 05:13:45 +0000 |
| commit | 29094193f526bf90671d71b59a2e007aad1fcae5 (patch) | |
| tree | 51e632c843ab9c7eedbd0b01f4de5b27c202443e /src/test | |
| parent | f2bf2d2dc5cef3f5b9cf50493490fa9931f982b2 (diff) | |
Integrate autovacuum functionality into the backend. There's still a
few loose ends to be dealt with, but it seems to work. Alvaro Herrera,
based on the contrib code by Matthew O'Connor.
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/regress/expected/sanity_check.out | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out index 5c0e5ca8951..a6210a1705f 100644 --- a/src/test/regress/expected/sanity_check.out +++ b/src/test/regress/expected/sanity_check.out @@ -40,6 +40,7 @@ SELECT relname, relhasindex pg_attribute | t pg_auth_members | t pg_authid | t + pg_autovacuum | t pg_cast | t pg_class | t pg_constraint | t @@ -66,7 +67,7 @@ SELECT relname, relhasindex shighway | t tenk1 | t tenk2 | t -(56 rows) +(57 rows) -- -- another sanity check: every system catalog that has OIDs should have |
