Changeset 0adae6f


Ignore:
Timestamp:
06/18/2022 08:06:04 PM (23 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
9d4a59a
Parents:
c65511f5
Message:

Update to postgresql-14.4

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • packages.ent

    rc65511f5 r0adae6f  
    700700<!ENTITY lmdb-version                 "0.9.29">
    701701<!ENTITY mariadb-version              "10.6.8">
    702 <!ENTITY postgresql-version           "14.3">
     702<!ENTITY postgresql-version           "14.4">
    703703<!ENTITY sqlite-version               "3.38.5">
    704704<!ENTITY sqlite-dl-version            "3380500">
  • server/databases/postgresql.xml

    rc65511f5 r0adae6f  
    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        "c83c28c774dd55b078f7dae0e30163be">
     10  <!ENTITY postgresql-md5sum        "fbd5ab3a25ef9b022d6a71c71432690d">
    1111  <!ENTITY postgresql-size          "21 MB">
    12   <!ENTITY postgresql-buildsize     "203 MB (add 41 MB for tests)">
    13   <!ENTITY postgresql-time          "0.6 SBU (with parallelism=4, add 0.1 SBU for tests)">
     12  <!ENTITY postgresql-buildsize     "252 MB (add 41 MB for tests)">
     13  <!ENTITY postgresql-time          "0.7 SBU (with parallelism=4, add 0.1 SBU for tests)">
    1414]>
    1515
     
    290290      <command>sed -i ...</command>: This sed changes the server socket location
    291291      from <filename class="directory">/tmp</filename> to
    292       <filename class="directory">/run/postgresql</filename><!-- and fix up the
    293       regression tests to use <filename class="directory">/tmp</filename> so
    294       that they can work reliably-->.
     292      <filename class="directory">/run/postgresql</filename>.
    295293    </para>
    296294
     
    440438        <seg>
    441439          clusterdb, createdb, createuser, dropdb, dropuser,
    442           ecpg, initdb, pg_archivecleanup, pg_basebackup, pg_checksums,
     440          ecpg, initdb, pg_amcheck, pg_archivecleanup, pg_basebackup,
     441          pg_checksums,
    443442          pg_config, pg_controldata, pg_ctl, pg_dump, pg_dumpall, pg_isready,
    444443          pg_receivewal, pg_recvlogical, pg_resetwal, pg_restore, pg_rewind,
     
    571570      </varlistentry>
    572571
     572      <varlistentry id="pg_amcheck">
     573        <term><command>pg_amcheck</command></term>
     574        <listitem>
     575          <para>
     576            checks for corruption in one or more PostgreSQL databases
     577          </para>
     578          <indexterm zone="postgresql pg_amcheck">
     579            <primary sortas="b-pg_amcheck">pg_amcheck</primary>
     580          </indexterm>
     581        </listitem>
     582      </varlistentry>
     583
    573584      <varlistentry id="pg_archivecleanup">
    574585        <term><command>pg_archivecleanup</command></term>
Note: See TracChangeset for help on using the changeset viewer.