pgsql: Speed up isolation test for concurrent VACUUM/ANALYZE behavior.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Speed up isolation test for concurrent VACUUM/ANALYZE behavior.
Date: 2017-12-07 16:17:22
Message-ID: E1eMyrS-0004vX-Ad@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Speed up isolation test for concurrent VACUUM/ANALYZE behavior.

Per Tom Lane, the old test sometimes times out with CLOBBER_CACHE_ALWAYS.

Nathan Bossart

Discussion: http://postgr.es/m/28614.1512583046@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0a3edbb3302173f8ac465570b6273392aa6e20b1

Modified Files
--------------
.../isolation/expected/vacuum-concurrent-drop.out | 54 +++++++++++-----------
.../isolation/specs/vacuum-concurrent-drop.spec | 30 ++++++------
2 files changed, 42 insertions(+), 42 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-12-07 16:17:55 Re: pgsql: When VACUUM or ANALYZE skips a concurrently dropped table, log i
Previous Message Amit Khandekar 2017-12-07 11:01:31 Re: pgsql: Support Parallel Append plan nodes.