Fix regression test failure.

This commit is contained in:
Masahiko Sawada
2017-04-03 21:10:28 +09:00
committed by Daniele Varrazzo
parent ca5ca11d4d
commit c44306ba74
3 changed files with 27 additions and 3 deletions

View File

@ -170,7 +170,8 @@ 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;
--
-- check broken links or orphan toast relations