Fix a mistake of merging.
Also fix regression test failure.
This commit is contained in:
parent
d55a08fc1e
commit
a6b2b0e82e
@ -184,6 +184,8 @@ FROM (
|
|||||||
WHERE oid = $1
|
WHERE oid = $1
|
||||||
|
|
||||||
) as t
|
) as t
|
||||||
|
$$
|
||||||
|
LANGUAGE sql STABLE STRICT;
|
||||||
|
|
||||||
-- GET a SQL text to set column storage option for the table.
|
-- GET a SQL text to set column storage option for the table.
|
||||||
CREATE FUNCTION repack.get_alter_col_storage(oid)
|
CREATE FUNCTION repack.get_alter_col_storage(oid)
|
||||||
|
@ -314,6 +314,7 @@ ORDER BY 1;
|
|||||||
tbl_with_toast | {autovacuum_vacuum_scale_factor=30,autovacuum_vacuum_threshold=300}
|
tbl_with_toast | {autovacuum_vacuum_scale_factor=30,autovacuum_vacuum_threshold=300}
|
||||||
toast_table | {autovacuum_vacuum_scale_factor=40,autovacuum_vacuum_threshold=400}
|
toast_table | {autovacuum_vacuum_scale_factor=40,autovacuum_vacuum_threshold=400}
|
||||||
(2 rows)
|
(2 rows)
|
||||||
|
|
||||||
SELECT pg_relation_size(reltoastrelid) = 0 as check_toast_rel_size FROM pg_class WHERE relname = 'tbl_with_mod_column_storage';
|
SELECT pg_relation_size(reltoastrelid) = 0 as check_toast_rel_size FROM pg_class WHERE relname = 'tbl_with_mod_column_storage';
|
||||||
check_toast_rel_size
|
check_toast_rel_size
|
||||||
----------------------
|
----------------------
|
||||||
|
@ -314,6 +314,7 @@ ORDER BY 1;
|
|||||||
tbl_with_toast | {autovacuum_vacuum_scale_factor=30,autovacuum_vacuum_threshold=300}
|
tbl_with_toast | {autovacuum_vacuum_scale_factor=30,autovacuum_vacuum_threshold=300}
|
||||||
toast_table | {autovacuum_vacuum_scale_factor=40,autovacuum_vacuum_threshold=400}
|
toast_table | {autovacuum_vacuum_scale_factor=40,autovacuum_vacuum_threshold=400}
|
||||||
(2 rows)
|
(2 rows)
|
||||||
|
|
||||||
SELECT pg_relation_size(reltoastrelid) = 0 as check_toast_rel_size FROM pg_class WHERE relname = 'tbl_with_mod_column_storage';
|
SELECT pg_relation_size(reltoastrelid) = 0 as check_toast_rel_size FROM pg_class WHERE relname = 'tbl_with_mod_column_storage';
|
||||||
check_toast_rel_size
|
check_toast_rel_size
|
||||||
----------------------
|
----------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user