pgsql: Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.
Date: 2014-08-25 17:15:35
Message-ID: E1XLxrj-0001TP-5X@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add regression tests for SELECT FOR UPDATE/SHARE NOWAIT.

Thomas Munro

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/9ee16b49f0aac819bd4823d9b94485ef608b34e8

Modified Files
--------------
src/test/isolation/expected/nowait-2.out | 43 ++++++++++++++++++++
src/test/isolation/expected/nowait-3.out | 17 ++++++++
src/test/isolation/expected/nowait.out | 65 ++++++++++++++++++++++++++++++
src/test/isolation/isolation_schedule | 3 ++
src/test/isolation/specs/nowait-2.spec | 37 +++++++++++++++++
src/test/isolation/specs/nowait-3.spec | 33 +++++++++++++++
src/test/isolation/specs/nowait.spec | 25 ++++++++++++
7 files changed, 223 insertions(+)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2014-08-25 17:54:56 pgsql: Editorial review of SET UNLOGGED
Previous Message Andres Freund 2014-08-25 16:59:26 Re: pgsql: Fix typos in some error messages thrown by extension scripts whe