Re: BUG #2712: could not fsync segment: Permission
Magnus Hagander <mha@sollentuna.net>
From: "Magnus Hagander" <mha@sollentuna.net>
To: "Tom Lane" <tgl@sss.pgh.pa.us>
Cc: "Peter Brant" <Peter.Brant@wicourts.gov>, "Thomas H." <me@alternize.com>, <pgsql-bugs@postgresql.org>, "Bruce Momjian" <bruce@momjian.us>
Date: 2006-10-29T17:10:37Z
Lists: pgsql-bugs
> > I haven't reproduced this on my box. But if you can give me > a patch to > > try I can build binaries for Thomas to test, if he can do > testing but > > not building. > > Utterly untested ... BTW, why does pgrename have an #if to > check either GetLastError() or errno, but pgunlink doesn't? Ok, I've built a .EXE with this patch. It's compiled without pretty much all other options, hope that still works :-) (Meaning no NLS, no kerberos, no SSL etc) Grab the exe from http://www.hagander.net/download/postgres_renamepatch.zip. Sorry about the delay. //Magnus