--- \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);