From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
---|---|
To: | Andreas Pflug <pgadmin(at)pse-consulting(dot)de> |
Cc: | PostgreSQL Win32 port list <pgsql-hackers-win32(at)postgresql(dot)org>, PostgreSQL-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | Re: make fails if path has spaces |
Date: | 2004-08-15 00:41:45 |
Message-ID: | 200408150041.i7F0fmD03555@candle.pha.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers-win32 pgsql-patches |
OK, patch attached and applied. I am not sure if there are going to be
other place that need fixing so I added a comment.
---------------------------------------------------------------------------
Andreas Pflug wrote:
> Bruce Momjian wrote:
>
> >>>
> >>
> >>It could be fixed in both places, but the more general fix would be to
> >>qoute in Makefile.global, i.e. fixing configure.
> >
> >
> > What if you change this:
> >
> > PERL = @PERL@
> >
> > to this:
> >
> > PERL = "@PERL@"
> >
> > Does it help?
> >
>
> Changed in src/Makefile.global.in, and it works.
> There are other candidates that could have a non-msys path, which maybe
> should be quoted as well.
>
> Regards,
> Andreas
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
> joining column's datatypes do not match
>
--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073
Attachment | Content-Type | Size |
---|---|---|
unknown_filename | text/plain | 720 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Magnus Hagander | 2004-08-15 20:17:17 | Re: REPOST: InitDB Failure on install |
Previous Message | Merlin Moncure | 2004-08-13 14:11:57 | Re: REPOST: InitDB Failure on install |
From | Date | Subject | |
---|---|---|---|
Next Message | Philip Warner | 2004-08-15 07:00:02 | Re: pg_dump 'die_on_errors' |
Previous Message | Serguei Mokhov | 2004-08-15 00:01:29 | Translation updates for 8.0: psql-ru |