Andrew Dunstan wrote: > Bruce Momjian said: > > > > On Win32, patch applied to return path if GetShortPathName() fails (no > short name, path does not exist), rather than returning nothing. > > > > What made you choose this rather than GetFullPathName?
Sure, we can do that. Does GetFullPathName() work if the path does not exist? How is it different from the path we pass to it? Aren't all those paths full already? -- Bruce Momjian http://candle.pha.pa.us EnterpriseDB http://www.enterprisedb.com + If your life is a hard drive, Christ can be your backup. + ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match