mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Revert "Allow units to be specified in relation option setting value."
This reverts commit e23014f3d4
.
As the side effect of the reverted commit, when the unit is
specified, the reloption was stored in the catalog with the unit.
This broke pg_dump (specifically, it prevented pg_dump from
outputting restorable backup regarding the reloption) and
turned the buildfarm red. Revert the commit until the fixed
version is ready.
This commit is contained in:
@ -1254,12 +1254,6 @@ ALTER TABLE test_inh_check ALTER COLUMN a TYPE numeric;
|
||||
\d test_inh_check
|
||||
\d test_inh_check_child
|
||||
|
||||
-- Set a storage parameter with unit
|
||||
CREATE TABLE test_param_unit (a text) WITH (autovacuum_vacuum_cost_delay = '80ms');
|
||||
ALTER TABLE test_param_unit SET (autovacuum_vacuum_cost_delay = '3min');
|
||||
ALTER TABLE test_param_unit SET (autovacuum_analyze_threshold = '3min'); -- fails
|
||||
\d+ test_param_unit
|
||||
|
||||
--
|
||||
-- lock levels
|
||||
--
|
||||
|
Reference in New Issue
Block a user