Re: [HACKERS] Updated version of FAQ_Solaris

Lists: pgsql-hackerspgsql-patches
From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Updated version of FAQ_Solaris
Date: 2006-10-04 18:21:50
Message-ID: 4523FBBE.1030306@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

I updated FAQ_Solaris. I added new information related to Solaris 10,
rewrote optimalization hints and add information about dtrace. I talked
with Peter about "Current maintainer" role, and he said that this
information says anything and should be deleted.

Please, let me know your comments

Zdenek

Attachment Content-Type Size
FAQ_Solaris.diff text/x-patch 6.8 KB

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
Cc: pgsql-hackers(at)postgresql(dot)org, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Updated version of FAQ_Solaris
Date: 2006-10-04 22:03:38
Message-ID: 200610042203.k94M3cT22648@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches


Patch applied. Thanks.

---------------------------------------------------------------------------

Zdenek Kotala wrote:
> I updated FAQ_Solaris. I added new information related to Solaris 10,
> rewrote optimalization hints and add information about dtrace. I talked
> with Peter about "Current maintainer" role, and he said that this
> information says anything and should be deleted.
>
>
> Please, let me know your comments
>
> Zdenek

>
> ---------------------------(end of broadcast)---------------------------
> TIP 4: Have you searched our list archives?
>
> http://archives.postgresql.org

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Updated version of FAQ_Solaris
Date: 2006-10-04 23:39:58
Message-ID: 200610041640.00764.josh@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Zdenek, Bruce,

Has anyone updated the Solaris portion of runtime.sgml yet?

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco


From: Bruce Momjian <bruce(at)momjian(dot)us>
To: josh(at)agliodbs(dot)com
Cc: pgsql-hackers(at)postgresql(dot)org, Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: [HACKERS] Updated version of FAQ_Solaris
Date: 2006-10-05 02:03:01
Message-ID: 200610050203.k95231M29481@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Josh Berkus wrote:
> Zdenek, Bruce,
>
> Has anyone updated the Solaris portion of runtime.sgml yet?

No, I was unaware it needed updating.

--
Bruce Momjian bruce(at)momjian(dot)us
EnterpriseDB http://www.enterprisedb.com

+ If your life is a hard drive, Christ can be your backup. +


From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org
Cc: Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>
Subject: Re: Updated version of FAQ_Solaris
Date: 2006-10-10 21:57:54
Message-ID: 200610102357.55386.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Zdenek Kotala wrote:
> + The PostgreSQL 8.2 has implemented dtrace support. You can enable it by
> + the --enable-dtrace configure switch. If you want to compile a 64-bit code
> + with dtrace you must specify DTRACEFLAGS='-64', e.g.

This is contrary to the documentation of the dtrace command which says
that dtrace will automatically compile for the host environment. Please
explain.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/


From: Zdenek Kotala <Zdenek(dot)Kotala(at)Sun(dot)COM>
To: Peter Eisentraut <peter_e(at)gmx(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Updated version of FAQ_Solaris
Date: 2006-10-13 16:42:51
Message-ID: 452FC20B.7080905@sun.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers pgsql-patches

Peter Eisentraut napsal(a):
> Zdenek Kotala wrote:
>> + The PostgreSQL 8.2 has implemented dtrace support. You can enable it by
>> + the --enable-dtrace configure switch. If you want to compile a 64-bit code
>> + with dtrace you must specify DTRACEFLAGS='-64', e.g.
>
> This is contrary to the documentation of the dtrace command which says
> that dtrace will automatically compile for the host environment. Please
> explain.
>

I'm sorry but I'm not understand what you mean. Please, Could you send
me a link to the dtrace documentation what you mention?

Zdenek