Ignore:
Timestamp:
10/07/2024 03:47:44 PM (5 hours ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
trunk
Children:
3b581dd
Parents:
0e3c1d7
Message:

PostgreSQL: The --enable-thread-safety option is no longer valid.

According to the log it seems to have been dropped in this version
(17.0).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r0e3c1d7 rc68a26c  
    125125<screen><userinput>sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h &amp;&amp;
    126126
    127 ./configure --prefix=/usr          \
    128             --enable-thread-safety \
     127./configure --prefix=/usr \
    129128            --docdir=/usr/share/doc/postgresql-&postgresql-version; &amp;&amp;
    130129make</userinput></screen>
     
    287286    </para>
    288287
    289     <para>
    290       <parameter>--enable-thread-safety</parameter>: This switch makes the
     288 <!-- Removed in 17.0
     289    <para>
     290      <parameter>- -enable-thread-safety</parameter>: This switch makes the
    291291      client libraries thread-safe by allowing concurrent threads in
    292292      <filename class="libraryfile">libpq</filename> and ECPG programs to
    293293      safely control their private connection handles.
    294294    </para>
     295-->
    295296
    296297    <para>
Note: See TracChangeset for help on using the changeset viewer.