Updated version of FAQ_Solaris
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
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?
--
Bruce Momjian bruce@momjian.us
EnterpriseDB http://www.enterprisedb.com
+ If your life is a hard drive, Christ can be your backup. +
Zdenek, Bruce,
Has anyone updated the Solaris portion of runtime.sgml yet?
--
--Josh
Josh Berkus
PostgreSQL @ Sun
San Francisco
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. +
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/
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