We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006c526 commit 28cf4d9Copy full SHA for 28cf4d9
src/test/regress/expected/btree_index.out
@@ -180,3 +180,4 @@ select reloptions from pg_class WHERE oid = 'btree_idx1'::regclass;
180
(1 row)
181
182
drop index btree_idx1;
183
+drop index btree_idx_err;
src/test/regress/sql/btree_index.sql
@@ -112,3 +112,4 @@ create index btree_idx_err on btree_test(a) with (vacuum_cleanup_index_scale_fac
112
alter index btree_idx1 set (vacuum_cleanup_index_scale_factor = 70.0);
113
select reloptions from pg_class WHERE oid = 'btree_idx1'::regclass;
114
115
0 commit comments