Re: [PATCH] Use access() to check file existence in GetNewRelFileNode().

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: Paul Guo <paulguo(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Use access() to check file existence in GetNewRelFileNode().
Date: 2018-07-08 10:00:46
Message-ID: 20180708100046.GC1467@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Jul 06, 2018 at 10:52:14PM +0200, Peter Eisentraut wrote:
> This patch looks sensible to me. We also use access() elsewhere in the
> backend to test for file existence.

Yes, the patch made sense when I looked at it, and it still does, so
committed.
--
Michael

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeff Janes 2018-07-08 14:52:38 Re: Invisible Indexes
Previous Message Fabien COELHO 2018-07-08 08:39:06 Re: [HACKERS] WIP Patch: Pgbench Serialization and deadlock errors