Re: [HACKERS] Race in "tablespace" test on Windows

2014-11-12 Thread Amit Kapila
On Thu, Nov 13, 2014 at 8:46 AM, Noah Misch wrote: > > On Tue, Nov 11, 2014 at 10:21:26AM +0530, Amit Kapila wrote: > > On Sat, Nov 8, 2014 at 10:34 AM, Noah Misch wrote: > > > Here is a briefer command sequence exhibiting the same problem: > > > > > > To make this work as well on Windows as it d

Re: [HACKERS] Race in "tablespace" test on Windows

2014-11-12 Thread Noah Misch
On Tue, Nov 11, 2014 at 10:21:26AM +0530, Amit Kapila wrote: > On Sat, Nov 8, 2014 at 10:34 AM, Noah Misch wrote: > > Here is a briefer command sequence exhibiting the same problem: > > > > CREATE TABLESPACE testspace LOCATION '...somewhere...'; > > CREATE TABLE atable (c int) tablespace testspace

Re: [HACKERS] Race in "tablespace" test on Windows

2014-11-10 Thread Amit Kapila
On Sat, Nov 8, 2014 at 10:34 AM, Noah Misch wrote: > > In my Windows development environment, the tablespace regression test fails > approximately half the time. Buildfarm member frogmouth failed in the same > manner at least once: > http://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=frogmout