pgsql: Code review for isolationtester changes.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Code review for isolationtester changes.
Date: 2016-02-11 16:31:04
Message-ID: E1aTu92-0008Rn-TA@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Code review for isolationtester changes.

Fix a few oversights in 38f8bdcac4982215beb9f65a19debecaf22fd470:
don't leak memory in run_permutation(), remember when we've issued
a cancel rather than issuing another one every 10ms,
fix some typos in comments.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/d9dc2b4149c017c0a1d2045b858e8e0cc1a92464

Modified Files
--------------
src/test/isolation/isolationtester.c | 35 ++++++++++++++++++++++-------------
1 file changed, 22 insertions(+), 13 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-02-11 16:59:17 pgsql: Make new deadlock isolation test more reproducible.
Previous Message Tom Lane 2016-02-11 15:42:23 Re: Re: [COMMITTERS] pgsql: Add some isolation tests for deadlock detection and resolution.