Re: Insert into partition table hangs

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Insert into partition table hangs
Date: 2006-06-12 01:47:04
Message-ID: e6ih2m$1dbk$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


""Nikola Ivanov"" <xlpizza(at)gmail(dot)com> wrote
> Database is running on Windows 2003 Advanced Server and it is PostgreSQL
> 8.1.3.
>
> On 6/9/06, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote
> >
> > Buggy SysV semaphore support in the kernel, maybe? What platform is
> > this exactly?
> >

Yes, there is a bug in 8.1.3 Win32 SYSV semaphore emulation but I can't
figure out how the bug will lead this behavior ...

There is patch applied to the CVS tip -- you can find it in the patches
(somthing like "Win32 semaphore patch"). If you can, try to apply it to your
server (8.0.*, 8.1.* are all ok with it). There was one successful case of
solving the semaphore problem with the patch.

Regards,
Qingqing

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Qingqing Zhou 2006-06-12 01:56:41 Re: Disk corruption detection
Previous Message Yavuz Kavus 2006-06-11 21:05:07 can i use a string in where clause such as "id in (str)"