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

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: src/ports/pgcheckdir.c - Ignore dot directories...
Дата
Msg-id 51110DDD.8090603@gmx.net
обсуждение исходный текст
Ответ на Re: src/ports/pgcheckdir.c - Ignore dot directories...  (Kevin Grittner <kgrittn@ymail.com>)
Ответы Re: src/ports/pgcheckdir.c - Ignore dot directories...  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-hackers
On 2/5/13 7:32 AM, Kevin Grittner wrote:
> Sean Chittenden <sean@chittenden.org> wrote:
> 
>> > Currently src/port/pgcheckdir.c will reject non-empty
>> > directories, which is an issue during initdb(1) when PGDATA is
>> > also the mount point for filesystems that support snapshots (e.g.
>> > ZFS or UFS2).
>> > Granted it's not hard to create a subdirectory, initdb there and
>> > move the contents of the files around, it's extra work that
>> > shouldn't be required.
> I feel that it is very bad practice to use the mount point as the
> PGDATA directory.  It forcloses a lot of reasonable actions that
> someone managing the database server might want to take. 

Yes, a variant of this particular patch gets rejected about once every
18 months.




В списке pgsql-hackers по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: src/ports/pgcheckdir.c - Ignore dot directories...
Следующее
От: Craig Ringer
Дата:
Сообщение: Re: src/ports/pgcheckdir.c - Ignore dot directories...