Ignore:
Timestamp:
05/17/2016 10:07:01 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
systemd-13485
Children:
98c91f4c
Parents:
1353bb4
Message:

Sync with trunk r17367
Typo fix in glib-networking build size
GCC6 tag

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@17371 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • server/databases/postgresql.xml

    r1353bb4 rdd9e0c3  
    77  <!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    88  <!ENTITY postgresql-download-ftp  "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
    9   <!ENTITY postgresql-md5sum        "c3f829b50f0351208debc79af3c946f9">
     9  <!ENTITY postgresql-md5sum        "3f0c388566c688c82b01a0edf1e6b7a0">
    1010  <!ENTITY postgresql-size          "17.6 MB">
    1111  <!ENTITY postgresql-buildsize     "190 MB (with tests)">
     
    9292    following commands: </para>
    9393
    94 <!--sed -i -e 's@psql\\"@&amp; -h /tmp@' src/test/regress/pg_regress{,_main}.c &amp;&amp;
    95 sed -i -e 's@gres\\"@&amp; -k /tmp@' src/test/regress/pg_regress.c &amp;&amp;-->
    9694<screen><userinput>sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@' src/include/pg_config_manual.h &amp;&amp;
    9795./configure --prefix=/usr          \
     
    107105    </para>
    108106
    109     <para>Tests must be run as unprivileged user, because they need to
    110     start a temporary server, and this is prevented as root user. For
    111     the same reason, you need to stop all PostgreSQL servers if any is
    112     running. If a previous version of PostgreSQL is installed, it may be
    113     necessary to use <emphasis>--disable-rpath</emphasis> with
    114     <emphasis>configure</emphasis> to avoid failures, but <command>it is
    115     not recommended</command> to install the binaries created using this
    116     switch. To test the results, issue: <command>make
    117     check</command>.</para>
     107    <para>Tests must be run as unprivileged user, because they need to start a
     108    temporary server, and this is prevented as the root user. For the same
     109    reasons, you need to stop all PostgreSQL servers if any are running.
     110    If a previous version of PostgreSQL is installed, it may be necessary to
     111    use <emphasis>--disable-rpath</emphasis> with <emphasis>configure</emphasis>
     112    to avoid failures, but installing the binaries created using this switch is
     113    not recommended. To test the results, issue:
     114    <command>make check</command>.</para>
    118115
    119116    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
Note: See TracChangeset for help on using the changeset viewer.