Updated version of FAQ_Solaris

Started by Zdenek Kotalaover 19 years ago6 messageshackers
Jump to latest
#1Zdenek Kotala
Zdenek.Kotala@Sun.COM

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

Attachments:

FAQ_Solaris.difftext/x-patch; name=FAQ_Solaris.diffDownload+113-28
#2Bruce Momjian
bruce@momjian.us
In reply to: Zdenek Kotala (#1)
Re: [HACKERS] Updated version of FAQ_Solaris

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@momjian.us
EnterpriseDB http://www.enterprisedb.com

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

#3Josh Berkus
josh@agliodbs.com
In reply to: Bruce Momjian (#2)
Re: [HACKERS] Updated version of FAQ_Solaris

Zdenek, Bruce,

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

--
--Josh

Josh Berkus
PostgreSQL @ Sun
San Francisco

#4Bruce Momjian
bruce@momjian.us
In reply to: Josh Berkus (#3)
Re: [HACKERS] Updated version of FAQ_Solaris

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@momjian.us
EnterpriseDB http://www.enterprisedb.com

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

#5Peter Eisentraut
peter_e@gmx.net
In reply to: Zdenek Kotala (#1)
Re: Updated version of FAQ_Solaris

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/

#6Zdenek Kotala
Zdenek.Kotala@Sun.COM
In reply to: Peter Eisentraut (#5)
Re: Updated version of FAQ_Solaris

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