Return-Path: owner-postman Received: from localhost.Berkeley.EDU (localhost.Berkeley.EDU [127.0.0.1]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id QAA26165 for postgres-redist; Tue, 28 Jun 1994 16:03:19 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199406282303.QAA26165@nobozo.CS.Berkeley.EDU> X-Authentication-Warning: nobozo.CS.Berkeley.EDU: Host localhost.Berkeley.EDU didn't use HELO protocol Sender: owner-postman@postgres.Berkeley.EDU X-Return-Path: owner-postman Received: from cs.mtu.edu (cs.mtu.edu [141.219.150.12]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id QAA26155 for ; Tue, 28 Jun 1994 16:03:18 -0700 Received: from werner.mtu.edu (werner.cs.mtu.edu) by cs.mtu.edu (4.1/SMI-4.1) id AA23818; Tue, 28 Jun 94 19:03:20 EDT From: aataneja@cs.mtu.edu (Bruce Taneja.) Message-Id: <9406282303.AA23818@cs.mtu.edu> Subject: link failed .. II To: postgres@postgres.Berkeley.EDU Date: Tue, 28 Jun 1994 19:03:19 -0400 (EDT) X-Mailer: ELM [version 2.4 PL22] Content-Type: text Content-Length: 801 Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Tue, 28 Jun 94 16:03:19 -0700 Resent-XMts: smtp some minor fixes .. same result : ================== define function emp_DT_in (language = "c", returntype = emp_DT) arg is (char16) as "/resrch2/postgres/bruce/emp.o" \g define function emp_DT_out (language = "c", returntype = char16) arg is (emp_DT) as "/resrch2/postgres/bruce/emp.o" \g define type emp_DT (internallength = 568, input =emp_DT_in, output=emp_DT_out) \g create ntable(emp = emp_DT) \g append ntable (emp = "(23,John,(),(),())"::emp_DT) \g Query sent to backend is "append ntable (emp = "(23,John,(),(),())"::emp_DT) " WARN:Jun 28 18:59:20:Load of file /resrch2/postgres/bruce/emp.o failed: link fai led! ================= Bruce ============================================================================== To add/remove yourself to/from the POSTGRES mailing list: send mail with the subject line ADD or DEL to "postgres-request@postgres.Berkeley.EDU" If this fails, send mail to "post_questions@postgres.Berkeley.EDU" and a human will deal with it. DO NOT post to the "postgres" mailing list. ==============================================================================