| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> |
| Cc: | "Martijn van Oosterhout" <kleptog(at)svana(dot)org>, "Thomas Hallgren" <thhal(at)mailblocks(dot)com>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: pg_config --pgxs on Win32 |
| Date: | 2005-10-13 19:41:08 |
| Message-ID: | 25310.1129232468@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Dave Page" <dpage(at)vale-housing(dot)co(dot)uk> writes:
> When we first discussed this I posted a very simple example 'cd /'
> which does absolutely nothing unlike 'cd \' or 'cd \\' which work as
> expected, quite possibly for the reason you suggest. Although the / is
> accepted, I don't believe it can be called reliable as it obviously
> doesn't work in all situations.
However, that's not the issue here. AFAIK, pg_config will only put out
fully qualified paths, that is "C:/foo", so the risk that something
starting with slash will be misinterpreted seems irrelevant to me.
If it doesn't always prepend a drive letter, let's see about fixing
that instead.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Martijn van Oosterhout | 2005-10-13 19:41:11 | Re: A costing analysis tool |
| Previous Message | Robert Creager | 2005-10-13 19:40:59 | Re: auto vacuum lock on 8.1beta1 |