Re: SSI 2PC coverage - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: SSI 2PC coverage
Date
Msg-id 4E53A6150200002500040224@gw.wicourts.gov
Whole thread Raw
In response to Re: SSI 2PC coverage  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Responses Re: SSI 2PC coverage
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> wrote:

> Committed. I removed the second expected output file, and marked
> the prepared-transactions tests in the schedule as "ignore"
> instead. That way if max_prepared_transactions=0, you get a notice
> that the test case failed, but pg_regress still returns 0 as exit
> status.

Thanks!  Sorry I didn't get to it.  Things got really busy here.

> I did change the lexer slightly, to trim whitespace from the
> beginning and end of SQL blocks. This cuts the size of expected
> output a bit, and makes it look nicer anyway.

OK.  You missed the alternative outputs for a couple files.  These
are needed to get successful tests with
default_transaction_isolation = 'serializable' or 'repeatable read'.
Patch attached.

-Kevin


Attachment

pgsql-hackers by date:

Previous
From: Steve Singer
Date:
Subject: skip WAL on COPY patch
Next
From: Tom Lane
Date:
Subject: Re: Getting rid of pg_pltemplate