agora inbox for pljava-dev@postgresql.org
help / color / mirror / Atom feedSubject: [Pljava-dev] Fwd: Re: Calling it a day
Date: Fri, 29 Apr 2011 17:38:21 -0700
Message-ID: <4DBB59FD.6050607@ejurka.com> (raw)
In-Reply-To: <4DBB58FD.3090004@gmail.com>
References: <4DBB58FD.3090004@gmail.com>
On 4/29/2011 5:34 PM, Eric Kolotyluk wrote:
> 2. The 64-bit release of Postgres has some bad and missing DLLs in
> it. You need to add the referenced files to the postgres/bin
> directory (let me know if you want me to e-mail them to you).
> DependencyWalker shows one final unresolved function:
> DatumGetFloat8 that I cannot find anywhere.
A missing reference to DatumGetFloat8 implies that the server was built
with float8 pass by value and pljava was built with float8 pass by
reference. When float8 is pass by value, the function call is replaced
with a macro, so it won't be exported. I'm not sure how this could have
happened because pljava should just pickup the config from the server,
but Johann might know more. Perhaps he built 64bit pljava against the
32bit server include files?
Kris Jurka
view thread (16+ messages) latest in thread
Message-ID: <4DBB59FD.6050607@ejurka.com>
Permalink: ../4DBB59FD.6050607@ejurka.com/
Also on: postgresql.org/message-id/4DBB59FD.6050607@ejurka.com
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: pljava-dev@postgresql.org
Subject: Re: [Pljava-dev] Fwd: Re: Calling it a day
In-Reply-To: <4DBB59FD.6050607@ejurka.com>
* 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