Removal of win32-specific rename code

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org>
Subject: Removal of win32-specific rename code
Date: 2004-03-16 05:05:31
Message-ID: 200403160505.i2G55VF25160@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Claudio found that his new delete fix for Win32 also works for rename on
files open by other processes, so I have applied the following patch to
remove the special rename() handling on Win32. What it used to do was
to rename a file to a *.new, release locks, then do the rename to the
main file. WIth Claudio's fix, this isn't necessary.

--
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

Attachment Content-Type Size
unknown_filename text/plain 3.2 KB

Browse pgsql-patches by date

  From Date Subject
Next Message Claudio Natoli 2004-03-16 06:11:25 Re: Removal of win32-specific rename code
Previous Message Claudio Natoli 2004-03-16 04:22:39 Re: win32 open patch for held unlink