Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*)

Поиск
Список
Период
Сортировка
Искать
От
Fabien COELHO
Тема
Re: pg_ls_tmpdir to show directories and shared filesets (andpg_ls_*)
Дата
Msg-id
alpine.DEB.2.21.2003161903360.17290@pseudo
Ответ на
Список
Дерево обсуждения
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Stephen Frost <sfrost@snowman.net>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Stephen Frost <sfrost@snowman.net>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Stephen Frost <sfrost@snowman.net>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) "Bossart, Nathan" <bossartn@amazon.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Fabien COELHO <coelho@cri.ensmp.fr>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Fabien COELHO <coelho@cri.ensmp.fr>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Andres Freund <andres@anarazel.de>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Michael Paquier <michael@paquier.xyz>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Michael Paquier <michael@paquier.xyz>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Greg Stark <stark@mit.edu>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Fabien COELHO <coelho@cri.ensmp.fr>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Fabien COELHO <coelho@cri.ensmp.fr>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Michael Paquier <michael@paquier.xyz>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Michael Paquier <michael@paquier.xyz>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Michael Paquier <michael@paquier.xyz>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Michael Paquier <michael@paquier.xyz>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Peter Smith <smithpb2250@gmail.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Fabien COELHO <coelho@cri.ensmp.fr>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Julien Rouhaud <rjuju123@gmail.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Tom Lane <tgl@sss.pgh.pa.us>
Re: pg_ls_tmpdir to show directories and shared filesets (and pg_ls_*) Justin Pryzby <pryzby@telsasoft.com>

Hello Justin,

>>  psql> SELECT * FROM pg_ls_dir_recurse('.');
>>  ERROR:  could not stat file "./base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo/base/foo": Too many levels of symbolic links
>>  CONTEXT:  SQL function "pg_ls_dir_recurse" statement 1
>>
>> This probably means using lstat instead of (in supplement to?) stat, and
>> probably tell if something is a link, and if so not recurse in them.
>
> Thanks for looking.
>
> I think that opens up a can of worms.  I don't want to go into the business of
> re-implementing all of find(1) - I count ~128 flags (most of which take
> arguments).  You're referring to find -L vs find -P, and some people would want
> one and some would want another.  And don't forget about find -H...

This is not the point. The point is that a link can change a finite tree 
into cyclic graph, and you do not want to delve into that, ever.

The "find" command, by default, does not recurse into a link because of 
said problem, and the user *must* ask for it and assume the infinite loop 
if any.

So if you implement one behavior, it should be not recursing into links. 
Franckly, I would not provide the recurse into link alternative, but it 
could be implemented if someone wants it, and the problem that come with 
it.

> pg_stat_file doesn't expose the file type (I guess because it's not portable?),

You are right that Un*x and Windows are not the same wrt link. It seems 
that there is already something about that in port:

   "./src/port/dirmod.c:pgwin32_is_junction(const char *path)"

So most of the details are already hidden.

> and I think it's outside the scope of this patch to change that.  Maybe it
> suggests that the pg_ls_dir_recurse patch should be excluded.

IMHO, I really think that it should be included. Dealing with links is no 
big deal, but you need an additional column in _metadata to tell it is a 
link, and there is a ifdef because testing is a little different between 
unix and windows. I'd guess around 10-20 lines of code added.

> ISTM if someone wants to recursively list a directory, they should avoid
> putting cycles there, or permission errors, or similar.

Hmmm. I'd say the user should like to be able to call the function and 
never have a bad experience with it such as a failure on an infinite loop.

> Or they should write their own C extension that borrows from 
> pg_ls_dir_files but handles more arguments.

ISTM that the point of your patch is to provide the basic tool needed to 
list directories contents, and handling links somehow is a necessary part 
of that.

-- 
Fabien.


В списке pgsql-hackers по дате отправления
От: Bruce Momjian
Дата:
От: Jeff Davis
Дата:
FAQ