solaris sparc 64bit binary release

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: solaris sparc 64bit binary release
Date: 2010-04-16 02:31:26
Message-ID: 4BC7CBFE.3080907@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<tt>the 8.4.3 binary </tt><tt>tarball </tt><tt>for solaris sparc
64bit on postgresql.com was shipped with the 32bit includes and the
Makefile fragments from 8.4-community/lib/64/pgxs/src/ <br>
<br>
I'm specifically hitting this contradition:<br>
<br>
&nbsp;&nbsp;&nbsp; $ grep FLOAT8 include/server/pg_config.h<br>
&nbsp;&nbsp;&nbsp; #define FLOAT8PASSBYVAL false<br>
and<br>
&nbsp;&nbsp;&nbsp; $ pg_controldata /var/postgres/8.4-community/data_64 | grep Float8<br>
&nbsp;&nbsp;&nbsp; Float8 argument passing:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; by value<br>
<br>
<br>
</tt><tt>For mostly corporate reasons, I need to get some C modules,
specifically pl/java, working with the binary release: </tt><a
href="http://www.postgresql.org/ftp/binary/v8.4.3/solaris/solaris10/sparc/">postgresql-8.4.3-S10.sparc-64.tar.bz2</a><tt>&nbsp;
rather than have to build my own postgres and freak out the data center
operations guys.</tt><br>
<br>
<tt>Is there any chance I can get the correct
include/server/pg_config.h and lib/64/pgxs/src/Makefile.global from the
packager, whom I gather is Bjorn Much and has been seen on this
list?&nbsp;&nbsp;&nbsp; <br>
<br>
<br>
<br>
<br>
<br>
<br>
</tt>
</body>
</html>

Attachment Content-Type Size
unknown_filename text/html 1.3 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bob Lunney 2010-04-16 03:11:47 Re: [PATCH] Add --ordered option to pg_dump
Previous Message Bruce Momjian 2010-04-16 02:22:38 Re: autovacuum and temp tables support