Re: pg_config --pgxs on Win32

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Christopher A(dot) Watford" <christopher(dot)watford(at)gmail(dot)com>
Cc: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "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-14 15:13:12
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E4CC34AB@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> -----Original Message-----
> From: Christopher A. Watford [mailto:christopher(dot)watford(at)gmail(dot)com]
> Sent: 14 October 2005 15:58
> To: Dave Page
> Cc: Tom Lane; Martijn van Oosterhout; Thomas Hallgren;
> pgsql-hackers(at)postgresql(dot)org
> Subject: Re: [HACKERS] pg_config --pgxs on Win32
>
> On 10/14/05, Dave Page <dpage(at)vale-housing(dot)co(dot)uk> wrote:
> > Won't help:
> >
> > Microsoft Windows XP [Version 5.1.2600]
> > (C) Copyright 1985-2001 Microsoft Corp.
> >
> > C:\Documents and Settings\dpage>mkdir c:\foo
> >
> > C:\Documents and Settings\dpage>cd c:/foo
> > The system cannot find the path specified.
> >
> > C:\Documents and Settings\dpage>cd /foo
> > The system cannot find the path specified.
> >
> > C:\Documents and Settings\dpage>cd c:\foo
> >
> > C:\foo>
> >
> > Regards, Dave
> >
>
> Can't prepend a drive name anyways with 'cd', what if you're on a
> different drive?

Yes you can, windows remembers a current directory for each drive so:

D:\>c:

C:\>cd d:\music

C:\>d:

D:\Music>

That's not really the issue though - it was pointed out that pg_config
always includes the drive unlike my previous example so I was just
pointing out that it doesn't always work with the drive either.

Regards, Dave.

Browse pgsql-hackers by date

  From Date Subject
Next Message Martijn van Oosterhout 2005-10-14 15:14:43 Re: A costing analysis tool
Previous Message Joshua D. Drake 2005-10-14 15:04:51 Re: Request for a "force interactive mode" flag (-I) for