pgsql: Fix VACUUM/ANALYZE label mixup in HS regression test. - Mailing list pgsql-committers

From Fujii Masao
Subject pgsql: Fix VACUUM/ANALYZE label mixup in HS regression test.
Date
Msg-id E1Wsr7m-0008UD-ER@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
REL9_0_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/8940970c0c32432400323e556e76ead1a0996995

Modified Files
--------------
src/test/regress/expected/hs_standby_disallowed.out |    2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Fujii Masao
Date:
Subject: pgsql: Fix breakages of hot standby regression test.
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Wrap multixact/members correctly during extension, take 2