Re: fix pg_mkdir_p to tolerate concurrent directory creation - Mailing list pgsql-hackers

From Tom Lane
Subject Re: fix pg_mkdir_p to tolerate concurrent directory creation
Date
Msg-id 1243456.1781797418@sss.pgh.pa.us
Whole thread
In response to Re: fix pg_mkdir_p to tolerate concurrent directory creation  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: fix pg_mkdir_p to tolerate concurrent directory creation
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> Oh, good catch, thanks! Here's a revised patch.

The Unix side of this LGTM.  I have no idea about the Windows
half (... but are we sure GetFileAttributes() can't change errno?)

            regards, tom lane



pgsql-hackers by date:

Previous
From: Jeyaprakash Rajamani
Date:
Subject: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations
Next
From: Justin Pryzby
Date:
Subject: Re: Add SPLIT PARTITION/MERGE PARTITIONS commands