pgsql: Fix VACUUM/ANALYZE label mixup in HS regression test.

From: Fujii Masao <fujii(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix VACUUM/ANALYZE label mixup in HS regression test.
Date: 2014-06-06 10:11:50
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-06-09 19:32:34 pgsql: Wrap multixact/members correctly during extension, take 2
Previous Message Fujii Masao 2014-06-06 09:49:40 pgsql: Fix breakages of hot standby regression test.