Upgrade postgresql-10.3

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19913 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Thomas Trepl 2018-03-04 01:54:30 +00:00
parent 9d0135e781
commit e6d1a7d4c2
4 changed files with 17 additions and 6 deletions

View File

@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
<!ENTITY day "02"> <!-- Always 2 digits -->
<!ENTITY day "04"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2018">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "March 2nd, &year;">
<!ENTITY releasedate "March 4th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->

View File

@ -41,6 +41,16 @@
</itemizedlist>
</listitem>
-->
<listitem>
<para>March 4th, 2019</para>
<itemizedlist>
<listitem>
<para>[thomas] - Upgrade to postgresql-10.3. Fixes
<ulink url="&blfs-ticket-root;10456">#10456</ulink>.</para>
</listitem>
</itemizedlist>
</listitem>
<listitem>
<para>March 2nd, 2019</para>
<itemizedlist>

View File

@ -510,7 +510,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY db-version "6.2.32">
<!ENTITY lmdb-version "0.9.21">
<!ENTITY mariadb-version "10.2.13">
<!ENTITY postgresql-version "10.2">
<!ENTITY postgresql-version "10.3">
<!ENTITY sqlite-version "3.22.0">
<!-- Chapter 23 -->

View File

@ -6,9 +6,9 @@
<!ENTITY postgresql-download-http "http://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-download-ftp "ftp://ftp.postgresql.org/pub/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
<!ENTITY postgresql-md5sum "e97c3cc72bdf661441f29069299b260a">
<!ENTITY postgresql-md5sum "506498796a314c549388cafb3d5c717a">
<!ENTITY postgresql-size "19 MB">
<!ENTITY postgresql-buildsize "176 MB (add 32 MB for tests)">
<!ENTITY postgresql-buildsize "177 MB (add 32 MB for tests)">
<!ENTITY postgresql-time "0.6 SBU (with parallelism=4, add 0.1 SBU for tests)">
]>
@ -187,7 +187,8 @@ chown -Rv postgres:postgres /srv/pgsql /run/postgresql</userinput></screen>
</para>
<para><option>--with-python</option>: builds the PL/Python server-side
language. Add PYTHON=/usr/bin/python3 for Python3 support.</para>
language. Add PYTHON=/usr/bin/python2 for Python2 support, otherwise
Python3 is used by default.</para>
<para><option>--with-tcl</option>: builds the PL/Tcl server-side language.</para>