Re: default_isolation_level='serializable' crashes on Windows

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
Cc: heikki(dot)linnakangas(at)enterprisedb(dot)com, pgsql-hackers(at)postgresql(dot)org
Subject: Re: default_isolation_level='serializable' crashes on Windows
Date: 2012-08-23 20:04:01
Message-ID: 6598.1345752241@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

"Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2012-08-23 20:07:02 pg_upgrade's exec_prog() coding improvement
Previous Message Kevin Grittner 2012-08-23 19:48:37 Re: default_isolation_level='serializable' crashes on Windows