Re: pg_regress breaks on msys - Mailing list pgsql-hackers

From Tom Lane
Subject Re: pg_regress breaks on msys
Date
Msg-id 14789.1153334079@sss.pgh.pa.us
Whole thread Raw
In response to Re: pg_regress breaks on msys  (Bruce Momjian <bruce@momjian.us>)
Responses Re: pg_regress breaks on msys  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
>> Hmm, that suggests that our code works *only* if there's white space in
>> all the paths !?  Seems unlikely that this description is fully correct,
>> or we'd have had problems before.

> It is saying _all_ these have to be true, and we already quote
> executables, and the string, so we always have more than two quotes:

Well, the description is about as clear as mud, because it's not saying
which two quote characters it's talking about.  I read it as talking
about the two quote characters around any one word/pathname.  If you
think it's talking about the two quote characters we put around the
whole command (the SYSTEMQUOTE dodge), then we're certainly going to
fail the "no special characters" test, because all these commands use
I/O redirection symbols.
        regards, tom lane


pgsql-hackers by date:

Previous
From: "MotherMGA"
Date:
Subject: Re: Possible Typecasting Bug with coalesce()
Next
From: Andrew Dunstan
Date:
Subject: Re: pg_regress breaks on msys