agora inbox for postgres@postgres.berkeley.edu
help / color / mirror / Atom feedFrom: Robert Joop <rj@rainbow.in-berlin.de>
To: postgres mailing list <postgres@postgres.Berkeley.EDU>
Subject: pgperl for 4.2?
Date: Thu, 9 Jun 1994 00:38:40 +0200 (MET DST)
Message-ID: <m0qBWGg-000ftAC@rainbow.in-berlin.de> (raw)
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.
==============================================================================
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: postgres@postgres.berkeley.edu
Cc: rj@rainbow.in-berlin.de
Subject: Re: pgperl for 4.2?
In-Reply-To: <m0qBWGg-000ftAC@rainbow.in-berlin.de>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox