Return-Path: owner-postman Delivery-Date: Thu, 07 Apr 94 22:35:47 -0700 Return-Path: owner-postman Received: from localhost (localhost [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id TAA25337 for postgres-redist; Thu, 7 Apr 1994 19:50:35 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199404080250.TAA25337@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from srawgw.sra.co.jp (srawgw.sra.co.jp [133.137.4.3]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with ESMTP id TAA25314 for ; Thu, 7 Apr 1994 19:50:12 -0700 Received: from srasvh.sra.co.jp by srawgw.sra.co.jp (8.6.8+2.4Wb/2.0) id LAA02804; Fri, 8 Apr 1994 11:49:34 +0900 Received: from sramhe.sra.co.jp by srasvh.sra.co.jp (5.67gw/6.4J.6-BXa) id AA13505; Fri, 8 Apr 94 11:48:41 +0900 Received: from (sras52) by sramhe.sra.co.jp (4.2/6.4J.6-SJX) id AA24009; Fri, 8 Apr 94 11:49:49 JST Message-Id: <9404080250.AA24009@sramhe.sra.co.jp> To: postgres@postgres.Berkeley.EDU Subject: Re: regression test failed In-Reply-To: aoki@postgres.berkeley.edu's message of Thu, 7 Apr 1994 18:16:46 GMT Date: Fri, 08 Apr 1994 11:50:21 +0900 From: Tatsuo Ishii Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Thu, 07 Apr 94 19:50:35 -0700 Resent-XMts: smtp >> > Query sent to backend is "replace temp (stringu1 = reverse_c16(o.stringu1)) > from o in onek where o.stringu1 = "JBAAAA" and o.stringu1 = >temp.stringu1 " >> > WARN:Feb 21 12:04:28:Load of file /sd2g/prj/postgres/src/regress/regress/ob >j/../obj/regress.o failed: link failed! >> So did I. Anybody care to explain why this happens. > >this can happen for any number of reasons, generally having to >do with your environment. one is running out of link space in >/tmp. the more common one is broken file permissions (the >postgres user must be able to access that file, meaning you >should be able to "su postgres" (or whoever the postmaster is >running as), cd to that directory and (e.g.) "cat" the .o file. However, following query completed successfully. This means that dynamic loading of regress.o is ok, I guess. Query sent to backend is " load "/sd2g/prj/postgres/src/regress/regress/obj/../obj/regress.o" " LOAD Go -- Tatsuo Ishii