Re: [HACKERS] Shared memory corruption? - Mailing list pgsql-hackers

From Vadim B. Mikheev
Subject Re: [HACKERS] Shared memory corruption?
Date
Msg-id 34E3B03A.B5E4437A@sable.krasnoyarsk.su
Whole thread Raw
In response to Re: [HACKERS] Shared memory corruption?  (Bruce Momjian <maillist@candle.pha.pa.us>)
Responses Re: [HACKERS] Shared memory corruption?  (Bruce Momjian <maillist@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
>
> Vadim, I may need your help on this one.  I can reproduce it by runinng
> the regression test, and doing a shell 'while' loop that continuously
> creates databases:
>
>         while :
>         do
>                 sh -c 'createdb $$'
>         done
>
> I get the errors too.  I have no idea on a cause.  I would hope it is
> not the new deadlock code, or locking fixes I did.  I think the message
> comes from smgrblindwrt.  Is it possible our new speedups are causing
> it?

I'll try to deal with this in the next week.
I'm going to update CVS with subselect support right now
and I'll try to fix bugs after this.

Vadim

pgsql-hackers by date:

Previous
From: "Dr. Huaimin Wang"
Date:
Subject: ...
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Shared memory corruption?