Fix regression test failure.
This commit is contained in:
committed by
Daniele Varrazzo
parent
ca5ca11d4d
commit
c44306ba74
@ -299,11 +299,12 @@ SELECT CASE relkind
|
||||
END as table,
|
||||
reloptions
|
||||
FROM pg_class
|
||||
WHERE relname = 'tbl_with_toast' OR relname = 'pg_toast_' || 'tbl_with_toast'::regclass::oid;
|
||||
WHERE relname = 'tbl_with_toast' OR relname = 'pg_toast_' || 'tbl_with_toast'::regclass::oid
|
||||
ORDER BY 1;
|
||||
table | reloptions
|
||||
----------------+---------------------------------------------------------------------
|
||||
toast_table | {autovacuum_vacuum_scale_factor=40,autovacuum_vacuum_threshold=400}
|
||||
tbl_with_toast | {autovacuum_vacuum_scale_factor=30,autovacuum_vacuum_threshold=300}
|
||||
toast_table | {autovacuum_vacuum_scale_factor=40,autovacuum_vacuum_threshold=400}
|
||||
(2 rows)
|
||||
|
||||
--
|
||||
|
Reference in New Issue
Block a user