Your patch has been added to the PostgreSQL unapplied patches list at:
http://candle.pha.pa.us/cgi-bin/pgpatches I will try to apply it within the next 48 hours. --------------------------------------------------------------------------- Ulrich Neumann wrote: > Hello everybody, > > If possible please add the following patch to better support NetWare. > -- Bruce Momjian | http://candle.pha.pa.us [EMAIL PROTECTED] | (610) 853-3000 + If your life is a hard drive, | 830 Blythe Avenue + Christ can be your backup. | Drexel Hill, Pennsylvania 19026
--- \pgsql72.org\src\backend\access\transam\xlog.c Mon Jan 14 16:55:58 2002 +++ \pgsql72.dev\src\backend\access\transam\xlog.c Mon Feb 11 00:40:10 2002 @@ -1493,7 +1493,7 @@ * overwrite an existing logfile. However, there shouldn't be one, so * rename() is an acceptable substitute except for the truly paranoid. */ -#ifndef __BEOS__ +#if !defined(__BEOS__) && !defined(N_PLAT_NLM) if (link(tmppath, path) < 0) elog(STOP, "link from %s to %s (initialization of log file %u, segment %u) failed: %m", tmppath, path, log, seg);
---------------------------(end of broadcast)--------------------------- TIP 5: Have you checked our extensive FAQ? http://www.postgresql.org/users-lounge/docs/faq.html