@@ -1258,22 +1258,6 @@ build-postgresql:
1258
1258
</listitem>
1259
1259
</varlistentry>
1260
1260
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
-
1277
1261
<varlistentry id="configure-option-disable-atomics">
1278
1262
<term><option>--disable-atomics</option></term>
1279
1263
<listitem>
@@ -2690,23 +2674,6 @@ ninja install
2690
2674
</listitem>
2691
2675
</varlistentry>
2692
2676
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
-
2710
2677
<varlistentry id="configure-atomics-meson">
2711
2678
<term><option>-Datomics={ true | false }</option></term>
2712
2679
<listitem>
@@ -2719,6 +2686,7 @@ ninja install
2719
2686
</para>
2720
2687
</listitem>
2721
2688
</varlistentry>
2689
+
2722
2690
</variablelist>
2723
2691
</sect3>
2724
2692
@@ -3393,9 +3361,6 @@ export MANPATH
3393
3361
these CPU architectures: x86, PowerPC, S/390, SPARC, ARM, MIPS,
3394
3362
and RISC-V, including
3395
3363
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.
3399
3364
</para>
3400
3365
3401
3366
<para>
0 commit comments