mirror of
https://github.com/postgres/postgres.git
synced 2025-07-18 17:42:25 +03:00
Fix VACUUM/ANALYZE label mixup in HS regression test.
This fix is a part of commit e2f02ed64e
which fixed the same problem on 9.3, 9.2 and 9.1.
This commit is contained in:
@ -124,7 +124,7 @@ unlisten *;
|
|||||||
ERROR: cannot execute UNLISTEN during recovery
|
ERROR: cannot execute UNLISTEN during recovery
|
||||||
-- disallowed commands
|
-- disallowed commands
|
||||||
ANALYZE hs1;
|
ANALYZE hs1;
|
||||||
ERROR: cannot execute VACUUM during recovery
|
ERROR: cannot execute ANALYZE during recovery
|
||||||
VACUUM hs2;
|
VACUUM hs2;
|
||||||
ERROR: cannot execute VACUUM during recovery
|
ERROR: cannot execute VACUUM during recovery
|
||||||
CLUSTER hs2 using hs1_pkey;
|
CLUSTER hs2 using hs1_pkey;
|
||||||
|
Reference in New Issue
Block a user