Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character

Поиск
Список
Период
Сортировка
Искать
От
Fabien COELHO
Тема
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character
Дата
Msg-id
alpine.DEB.2.21.1901211712090.28235@lancre
Ответ на
Список
Дерево обсуждения
[PATCH] pgbench tap tests fail if the path contains a perl special character Raúl Marín Rodríguez <rmrodriguez@carto.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Raúl Marín Rodríguez <rmrodriguez@carto.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Alvaro Herrera <alvherre@2ndquadrant.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Raúl Marín Rodríguez <rmrodriguez@carto.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Fabien COELHO <coelho@cri.ensmp.fr>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Tom Lane <tgl@sss.pgh.pa.us>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Fabien COELHO <coelho@cri.ensmp.fr>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Andrew Dunstan <andrew.dunstan@2ndquadrant.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Fabien COELHO <coelho@cri.ensmp.fr>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Raúl Marín Rodríguez <rmrodriguez@carto.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Fabien COELHO <coelho@cri.ensmp.fr>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Raúl Marín Rodríguez <rmrodriguez@carto.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Daniel Gustafsson <daniel@yesql.se>
Re: [PATCH] pgbench tap tests fail if the path contains a perl special character Raúl Marín <git@rmr.ninja>
Re: Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character David Steele <david@pgmasters.net>
Re: Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Raúl Marín Rodríguez <rmrodriguez@carto.com>
Re: [PATCH] pgbench tap tests fail if the path contains a perlspecial character Fabien COELHO <coelho@cri.ensmp.fr>

Hello Tom,

> Well, glob does have some metacharacters, so not doing any quoting
> at all still leaves us with failure modes.
>
> I did a little bit of googling on this subject last night, and it
> seems that at least some people believe that the answer is to not
> use glob, period, but read the directory for yourself.

Yep, would work, it can then be filtered with standard regexpr, although 
it will take a few lines (opendir/grep on readdir/closedir).

> Maybe there's a better way, but the breakage around backslashes doesn't 
> really leave me hopeful.

Indeed. I was thinking of defining my own quote function, but without 
being convinced that it is such a good idea.

> As a short-term move to un-break the buildfarm, I'm just going to
> revert that patch altogether.

I was considering to suggest that, so I'm ok with that.

> We can reapply it once we've figured out how to do the glob part 
> correctly.

Yep. No need to spend time much on that, I'll have a look at it, although 
not right now, allow me a few days.

-- 
Fabien.

В списке pgsql-hackers по дате отправления
От: Fabien COELHO
Дата:
От: Andrew Dunstan
Дата:
FAQ