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 UAA06768 for postgres-redist; Wed, 8 Jun 1994 20:35:25 -0700 Resent-From: POSTGRES mailing list Resent-Message-Id: <199406090335.UAA06768@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 unlisys.in-berlin.de (unlisys.IN-Berlin.DE [192.109.42.66]) by nobozo.CS.Berkeley.EDU (8.6.4/8.6.3) with SMTP id UAA06758 for ; Wed, 8 Jun 1994 20:35:21 -0700 Received: by unlisys.in-berlin.de from fog.in-berlin.de with bsmtp (Smail3.1.28.1 [@@]) id m0qBata-000HymC; Thu, 9 Jun 94 05:35 MET DST Received: from rainbow.in-berlin.de by fog.in-berlin.de with smtp (Smail3.1.28.1 #1) id m0qBWGh-0001eHC; Thu, 9 Jun 94 00:38 MET DST Received: by rainbow.in-berlin.de (Smail3.1.28.1 #1) id m0qBWGg-000ftAC; Thu, 9 Jun 94 00:38 MET DST Message-Id: From: rj@rainbow.in-berlin.de (Robert Joop) Subject: pgperl for 4.2? To: postgres@postgres.Berkeley.EDU (postgres mailing list) Date: Thu, 9 Jun 1994 00:38:40 +0200 (MET DST) X-Mailer: ELM [version 2.4 PL23++] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1575 Resent-To: postgres-redist@postgres.Berkeley.EDU Resent-Date: Wed, 08 Jun 94 20:35:24 -0700 Resent-XMts: smtp hi *, has pgperl been ported to postgres 4.2 (and perl 4.036) already? the code that's in 4.2's contrib can't be compiled because a symbol's name (and meaning) has changed (it is commented out in a header file, and substituting it with another #define that appears to have a similar meaning, PORTALS_INITIAL_SIZE, leads to a pgperl that gets a SEGVIOL during the `bmake runtest`. (actually, you'll only see this output if you call `./pgperl testlibpq.pl` directly, because the pipe to tee won't get flushed...): ~postgres/v4r2/src/contrib/pgperl> ./pgperl testlibpq.pl Destroying database pgperltest Creating database pgperltest Accessing database pgperltest Creating relation person: query = create person (name = char16, age = int4, location = point) Relation person before appends: New tuple group: name age location Appending to relation person: query = append person (name = "fred", age = 50, location = "(50,10)"::point) [...10 lines deleted...] Relation person after appends: New tuple group: name age location fred 50 (50,10) [...10 lines deleted...] Testing copy: Relation person after copy: New tuple group: name age location fred 50 (50,10) [...12 lines deleted...] sally 39 (5,6) Testing other things: Opening 2 portals: Number of portals open: 2 Segmentation fault ~postgres/v4r2/src/contrib/pgperl> ) so, if anybody already made the fix, please tell us about it! best, rj ============================================================================== 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. ==============================================================================