Skip to content

Commit 8940970

Browse files
committed
Fix VACUUM/ANALYZE label mixup in HS regression test.
This fix is a part of commit e2f02ed which fixed the same problem on 9.3, 9.2 and 9.1.
1 parent c9f4618 commit 8940970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/expected/hs_standby_disallowed.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ unlisten *;
124124
ERROR: cannot execute UNLISTEN during recovery
125125
-- disallowed commands
126126
ANALYZE hs1;
127-
ERROR: cannot execute VACUUM during recovery
127+
ERROR: cannot execute ANALYZE during recovery
128128
VACUUM hs2;
129129
ERROR: cannot execute VACUUM during recovery
130130
CLUSTER hs2 using hs1_pkey;

0 commit comments

Comments
 (0)