Re: default_isolation_level='serializable' crashes on Windows - Mailing list pgsql-hackers

From Tom Lane
Subject Re: default_isolation_level='serializable' crashes on Windows
Date
Msg-id 6598.1345752241@sss.pgh.pa.us
Whole thread Raw
In response to Re: default_isolation_level='serializable' crashes on Windows  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> writes:
> I'll run through my tests again tonight, against your patch, not
> that I expect any problems with it.  Unfortunately I can't test
> Windows, as I don't have a build environment for that.

FWIW, you can approximate Windows close enough for this type of problem
by building with EXEC_BACKEND defined.  I usually add the #define to
pg_config.h after configuring, though of course there's more than one
way to do it.
        regards, tom lane



pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: default_isolation_level='serializable' crashes on Windows
Next
From: Alvaro Herrera
Date:
Subject: pg_upgrade's exec_prog() coding improvement