From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>, Claudio Natoli <claudio(dot)natoli(at)memetrics(dot)com>, "''Merlin Moncure' '" <merlin(dot)moncure(at)rcsonline(dot)com>, "'pgsql-hackers-win32 '" <pgsql-hackers-win32(at)postgresql(dot)org> |
Subject: | Re: What's left? |
Date: | 2004-01-27 01:53:02 |
Message-ID: | 200401270153.i0R1r2w21730@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers pgsql-hackers-win32 pgsql-patches |
Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > In this way, no one ever has the rename file open while we are holding
> > the locks, and we can loop without holding an exclusive lock on
> > pg_shadow, and file writes remain in order.
>
> You're doing this where exactly, and are certain that you are holding no
> locks why exactly? And if you aren't holding a lock, what prevents
> concurrency bugs?
Oh, for concurrency bugs, you make realfile.new while holding the
exclusive lock, so someone could come in later and replace realfile.new
while I am in the rename loop, but then I just install theirs instead.
I could install someone who has just done the rename to realfile.new but
not tried the rename from realfile.new to realfile, but that seems OK.
They will just fine the file missing and fail on the rename, which is
OK.
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-01-27 02:42:14 | Re: Extending SET SESSION AUTHORIZATION |
Previous Message | Bruce Momjian | 2004-01-27 01:51:12 | Re: [pgsql-hackers-win32] What's left? |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-01-27 04:01:43 | Re: [HACKERS] What's left? |
Previous Message | Bruce Momjian | 2004-01-27 01:51:12 | Re: [pgsql-hackers-win32] What's left? |
From | Date | Subject | |
---|---|---|---|
Next Message | Bruce Momjian | 2004-01-27 04:01:43 | Re: [HACKERS] What's left? |
Previous Message | Bruce Momjian | 2004-01-27 01:51:12 | Re: [pgsql-hackers-win32] What's left? |