@@ -1258,22 +1258,6 @@ build-postgresql:
12581258 </listitem>
12591259 </varlistentry>
12601260
1261- <varlistentry id="configure-option-disable-spinlocks">
1262- <term><option>--disable-spinlocks</option></term>
1263- <listitem>
1264- <para>
1265- Allow the build to succeed even if <productname>PostgreSQL</productname>
1266- has no CPU spinlock support for the platform. The lack of
1267- spinlock support will result in very poor performance; therefore,
1268- this option should only be used if the build aborts and
1269- informs you that the platform lacks spinlock support. If this
1270- option is required to build <productname>PostgreSQL</productname> on
1271- your platform, please report the problem to the
1272- <productname>PostgreSQL</productname> developers.
1273- </para>
1274- </listitem>
1275- </varlistentry>
1276-
12771261 <varlistentry id="configure-option-disable-atomics">
12781262 <term><option>--disable-atomics</option></term>
12791263 <listitem>
@@ -2690,23 +2674,6 @@ ninja install
26902674 </listitem>
26912675 </varlistentry>
26922676
2693- <varlistentry id="configure-spinlocks-meson">
2694- <term><option>-Dspinlocks={ true | false }</option></term>
2695- <listitem>
2696- <para>
2697- This option is set to true by default; setting it to false will
2698- allow the build to succeed even if <productname>PostgreSQL</productname>
2699- has no CPU spinlock support for the platform. The lack of
2700- spinlock support will result in very poor performance; therefore,
2701- this option should only be changed if the build aborts and
2702- informs you that the platform lacks spinlock support. If setting this
2703- option to false is required to build <productname>PostgreSQL</productname> on
2704- your platform, please report the problem to the
2705- <productname>PostgreSQL</productname> developers.
2706- </para>
2707- </listitem>
2708- </varlistentry>
2709-
27102677 <varlistentry id="configure-atomics-meson">
27112678 <term><option>-Datomics={ true | false }</option></term>
27122679 <listitem>
@@ -2719,6 +2686,7 @@ ninja install
27192686 </para>
27202687 </listitem>
27212688 </varlistentry>
2689+
27222690 </variablelist>
27232691 </sect3>
27242692
@@ -3393,9 +3361,6 @@ export MANPATH
33933361 these CPU architectures: x86, PowerPC, S/390, SPARC, ARM, MIPS,
33943362 and RISC-V, including
33953363 big-endian, little-endian, 32-bit, and 64-bit variants where applicable.
3396- It is often
3397- possible to build on an unsupported CPU type by configuring with
3398- <option>--disable-spinlocks</option>, but performance will be poor.
33993364 </para>
34003365
34013366 <para>
0 commit comments