Re: src/ports/pgcheckdir.c - Ignore dot directories...

From: Craig Ringer <craig(at)2ndquadrant(dot)com>
To: Kevin Grittner <kgrittn(at)ymail(dot)com>
Cc: Sean Chittenden <sean(at)chittenden(dot)org>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: src/ports/pgcheckdir.c - Ignore dot directories...
Date: 2013-02-05 13:50:44
Message-ID: 51110E34.4030302@2ndquadrant.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 02/05/2013 08:32 PM, Kevin Grittner wrote:

> I would rather add a sentence or two to the
> initdb documentation recommending that a cluster not be created at
> a mount point; it should be created in a directory underneath the
> mount point.
That makes a great deal of sense, actually. There's no meaningful
advantage to creating the cluster at the mountpoint root, and even if
you wanted to you could (on Linux) use bind mounts to make it at the
root of a mount without being at the root of a filesystem.

--
Craig Ringer http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Phil Sorber 2013-02-05 14:02:32 Re: [PATCH] pg_isready (was: [WIP] pg_ping utility)
Previous Message Peter Eisentraut 2013-02-05 13:49:17 Re: src/ports/pgcheckdir.c - Ignore dot directories...