Changeset 62a6a73 for server/databases


Ignore:
Timestamp:
12/07/2013 11:46:53 AM (10 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
72ff5a9
Parents:
61a90c5
Message:

update to postgresql-9.3.2

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r61a90c5 r62a6a73  
    77  <!ENTITY postgresql-download-http " ">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "c003d871f712d4d3895956b028a96e74">
     9  <!ENTITY postgresql-md5sum        "8c905155e3e9f9367b4299a9acb41d2a">
    1010  <!ENTITY postgresql-size          "17 MB">
    11   <!ENTITY postgresql-buildsize     "169 MB (additional 170 MB to run the testsuite)">
    12   <!ENTITY postgresql-time          "1.2 SBU (additional 0.2 SBU to run the testsuite)">
     11  <!ENTITY postgresql-buildsize     "168 MB (additional 170 MB to run the testsuite)">
     12  <!ENTITY postgresql-time          "1.4 SBU (additional 0.2 SBU to run the testsuite)">
    1313]>
    1414
     
    8888    following commands: </para>
    8989
    90 <screen><userinput>sed -e "s@DEFAULT_PGSOCKET_DIR  \"/tmp\"@DEFAULT_PGSOCKET_DIR  \"/run/postgresql\"@" \
    91     -i src/include/pg_config_manual.h &amp;&amp;
     90<screen><userinput>sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h &amp;&amp;
    9291sed -i -e 's@psql\\"@&amp; -h /tmp@' src/test/regress/pg_regress{,_main}.c &amp;&amp;
    9392sed -i -e 's@gres\\"@&amp; -k /tmp@' src/test/regress/pg_regress.c &amp;&amp;
     
    166165
    167166    <para>
    168       <command>sed -e ...</command>: These seds change server socket location
     167      <command>sed -i ...</command>: These seds change server socket location
    169168      from <filename class="directory">/tmp</filename> to
    170169      <filename class="directory">/run/postgresql</filename> and fix up the
Note: See TracChangeset for help on using the changeset viewer.