Changeset eee261a for server/databases


Ignore:
Timestamp:
02/12/2021 10:14:17 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
f62e3c6
Parents:
f2d585bd
Message:

Update to evolution-3.38.4
Update to evolution-data-server-3.38.4
Update to postgresql-13.2 (Security Update)
Update to highlight-3.61
Update to libgdata-0.18.0
Update to gnome-autoar-0.3.0 (Security Update)

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@24214 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    rf2d585bd reee261a  
    88  <!--  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2"> -->
    99  <!ENTITY postgresql-download-ftp  " ">
    10   <!ENTITY postgresql-md5sum        "d843a4fcc0ed1493511028aa6c17117a">
     10  <!ENTITY postgresql-md5sum        "c7b352c2774d6c3e03bd2558c03da876">
    1111  <!ENTITY postgresql-size          "20 MB">
    12   <!ENTITY postgresql-buildsize     "239 MB (add 38 MB for tests)">
    13   <!ENTITY postgresql-time          "0.7 SBU (with parallelism=4, add 0.1 SBU for tests)">
     12  <!ENTITY postgresql-buildsize     "240 MB (add 38 MB for tests)">
     13  <!ENTITY postgresql-time          "0.6 SBU (with parallelism=4, add 0.1 SBU for tests)">
    1414]>
    1515
     
    7979      <xref linkend="python2"/>,
    8080      <!-- <xref linkend="tcl"/>, -->
     81      <xref linkend="icu"/>,
    8182      <xref linkend="libxml2"/>,
    8283      <xref linkend="libxslt"/>,
     
    200201
    201202    <para>
    202       <command>sed -i ...</command>: This sed changes server socket location
     203      <command>sed -i ...</command>: This sed changes the server socket location
    203204      from <filename class="directory">/tmp</filename> to
    204205      <filename class="directory">/run/postgresql</filename><!-- and fix up the
     
    355356          pg_config, pg_controldata, pg_ctl, pg_dump, pg_dumpall, pg_isready,
    356357          pg_receivewal, pg_recvlogical, pg_resetwal, pg_restore, pg_rewind,
    357           pg_test_fsync, pg_test_timing, pg_upgrade, pg_verify_backup,
     358          pg_test_fsync, pg_test_timing, pg_upgrade, pg_verifybackup,
    358359          pg_waldump, pgbench,
    359360          postgres, postmaster (deprecated), psql, reindexdb, vacuumdb,
     
    676677        <listitem>
    677678          <para>
    678             determines fastest wal_sync method for PostgreSQL.
     679            determines the fastest wal_sync method for PostgreSQL.
    679680          </para>
    680681          <indexterm zone="postgresql pg_test_fsync">
Note: See TracChangeset for help on using the changeset viewer.