Re: Multiple setup steps for isolation tests
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Kevin Grittner" <Kevin.Grittner@wicourts.gov>
Cc: pgsql-hackers@postgresql.org
Date: 2012-09-04T03:21:41Z
Lists: pgsql-hackers
Attachments
- isolation-setuplist-v3.patch (text/x-patch) patch v3
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes: >> Tom Lane wrote: >> The grammar changes look wrong: I think you eliminated the ability >> to have zero setup steps, no? Instead, setup_list should expand to >> either empty or "setup_list setup". > I tried that first, but had shift/reduce conflicts. [ scratches head ... ] Dunno what you did exactly, but the attached version works fine for me. regards, tom lane