summaryrefslogtreecommitdiff
path: root/src/test
diff options
context:
space:
mode:
authorFujii Masao2014-06-06 10:11:18 +0000
committerFujii Masao2014-06-06 10:11:18 +0000
commit8940970c0c32432400323e556e76ead1a0996995 (patch)
tree85afa37da778a34adc4b9105a27e9ab3843ad3f5 /src/test
parentc9f4618e5b0cee1b125e59b947c9f4b3fe1887d2 (diff)
Fix VACUUM/ANALYZE label mixup in HS regression test.
This fix is a part of commit e2f02ed64e5e953d60315b19509f697b073f840d which fixed the same problem on 9.3, 9.2 and 9.1.
Diffstat (limited to 'src/test')
-rw-r--r--src/test/regress/expected/hs_standby_disallowed.out2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/expected/hs_standby_disallowed.out b/src/test/regress/expected/hs_standby_disallowed.out
index e7f4835092f..bc117413ffd 100644
--- a/src/test/regress/expected/hs_standby_disallowed.out
+++ b/src/test/regress/expected/hs_standby_disallowed.out
@@ -124,7 +124,7 @@ unlisten *;
ERROR: cannot execute UNLISTEN during recovery
-- disallowed commands
ANALYZE hs1;
-ERROR: cannot execute VACUUM during recovery
+ERROR: cannot execute ANALYZE during recovery
VACUUM hs2;
ERROR: cannot execute VACUUM during recovery
CLUSTER hs2 using hs1_pkey;