Tom Lane wrote: > There are, however, a bunch of local bugs, including these: > > * On a symlink-less platform (ie, Windows), TablespaceCreateDbspace is > #ifdef'd to be a no-op. This is wrong because it performs the essential > function of re-creating a tablespace or database directory if needed > during replay. AFAICS the #if can just be removed and have the same > code with or without symlinks.
FYI, Win32 in Win2k and XP has symlinks implemented using junction points, and we use them. It is just that pre-Win2k (NT4) does not have them, and at this point pginstaller doesn't even support that platform. -- 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 2: Don't 'kill -9' the postmaster