Re: [HACKERS] Tilde expansion on Win32

2005-06-10 Thread Bruce Momjian
Dave Page wrote: > > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Momjian > > Sent: 10 June 2005 15:31 > > To: PostgreSQL-development > > Subject: [HACKERS] Tilde expansion on Win32 > > > > I noticed that we don't expand tildes in

Re: [HACKERS] Tilde expansion on Win32

2005-06-10 Thread Dave Page
> -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Bruce Momjian > Sent: 10 June 2005 15:31 > To: PostgreSQL-development > Subject: [HACKERS] Tilde expansion on Win32 > > I noticed that we don't expand tildes in Win32 because of the use of > tilde i

Re: [HACKERS] Tilde expansion on Win32

2005-06-10 Thread Joshua D. Drake
Bruce Momjian wrote: I noticed that we don't expand tildes in Win32 because of the use of tilde in short versions of long file names: char * expand_tilde(char **filename) { if (!filename || !(*filename)) return NULL; /* MSD