]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Fix VACUUM/ANALYZE label mixup in HS regression test.
authorFujii Masao <fujii@postgresql.org>
Fri, 6 Jun 2014 10:11:18 +0000 (19:11 +0900)
committerFujii Masao <fujii@postgresql.org>
Fri, 6 Jun 2014 10:11:18 +0000 (19:11 +0900)
This fix is a part of commit e2f02ed64e5e953d60315b19509f697b073f840d
which fixed the same problem on 9.3, 9.2 and 9.1.

src/test/regress/expected/hs_standby_disallowed.out

index e7f4835092fd131c86e15b3ef71173f46288687e..bc117413ffdb375a0279269276581e22430ec904 100644 (file)
@@ -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;