pgsql: Validate number of steps specified in permutation - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Validate number of steps specified in permutation
Date
Msg-id E1Rl646-0002fE-RT@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Validate number of steps specified in permutation

A permutation that specifies more steps than defined causes
isolationtester to crash, so avoid that.  Using less steps than defined
should probably not be a problem, but no spec currently does that.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/50363c8f86f89fe611ba417575218978917f1ac0

Modified Files
--------------
src/test/isolation/isolationtester.c |    9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Remove useless 'needlock' argument from GetXLogInsertRecPtr. It
Next
From: fxjr@pgfoundry.org (User Fxjr)
Date:
Subject: npgsql - Npgsql2: Applied Gildas Prime patch with Gendarme report