1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Rename --without-spinlocks to --disable-spinlocks, per Peter.

This commit is contained in:
Bruce Momjian
2003-09-13 17:01:09 +00:00
parent cd47a4d3c4
commit bcd8986e7d
3 changed files with 41 additions and 44 deletions

View File

@ -1,4 +1,4 @@
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.142 2003/09/12 16:10:26 momjian Exp $ -->
<!-- $Header: /cvsroot/pgsql/doc/src/sgml/installation.sgml,v 1.143 2003/09/13 17:01:09 momjian Exp $ -->
<chapter id="installation">
<title><![%standalone-include[<productname>PostgreSQL</>]]>
@ -900,12 +900,12 @@ JAVACMD=$JAVA_HOME/bin/java
</varlistentry>
<varlistentry>
<term><option>--without-spinlocks</option></term>
<term><option>--disable-spinlocks</option></term>
<listitem>
<para>
Allows source builds to succeed without CPU spinlock support.
Lack of spinlock support will produce poor performance.
This option is to be used only by platforms without
This option is to be used only by platforms lacking
spinlock support.
</para>
</listitem>