Author: igor
Date: Sat Dec 7 03:46:53 2013
New Revision: 12352
Log:
update to postgresql-9.3.2
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/server/databases/postgresql.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Sat Dec 7 03:29:50 2013 (r12351)
+++ trunk/BOOK/general.ent Sat Dec 7 03:46:53 2013 (r12352)
@@ -498,7 +498,7 @@
<!ENTITY db-version "6.0.20">
<!ENTITY mariadb-version "10.0.6">
<!ENTITY mysql-version "5.6.14">
-<!ENTITY postgresql-version "9.3.1">
+<!ENTITY postgresql-version "9.3.2">
<!ENTITY sqlite-version "3.8.1">
<!-- Chapter 23 -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Sat Dec 7 03:29:50
2013 (r12351)
+++ trunk/BOOK/introduction/welcome/changelog.xml Sat Dec 7 03:46:53
2013 (r12352)
@@ -47,6 +47,10 @@
<para>December 7th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[igor] - Update to postgresql-9.3.2. Fixes
+ <ulink url="&blfs-ticket-root;4420">#4420</ulink>.</para>
+ </listitem>
+ <listitem>
<para>[igor] - Update to opus-1.1. Fixes
<ulink url="&blfs-ticket-root;4419">#4419</ulink>.</para>
</listitem>
Modified: trunk/BOOK/server/databases/postgresql.xml
==============================================================================
--- trunk/BOOK/server/databases/postgresql.xml Sat Dec 7 03:29:50 2013
(r12351)
+++ trunk/BOOK/server/databases/postgresql.xml Sat Dec 7 03:46:53 2013
(r12352)
@@ -6,10 +6,10 @@
<!ENTITY postgresql-download-http " ">
<!ENTITY postgresql-download-ftp
"ftp://ftp5.us.postgresql.org/pub/PostgreSQL/source/v&postgresql-version;/postgresql-&postgresql-version;.tar.bz2">
- <!ENTITY postgresql-md5sum "c003d871f712d4d3895956b028a96e74">
+ <!ENTITY postgresql-md5sum "8c905155e3e9f9367b4299a9acb41d2a">
<!ENTITY postgresql-size "17 MB">
- <!ENTITY postgresql-buildsize "169 MB (additional 170 MB to run the
testsuite)">
- <!ENTITY postgresql-time "1.2 SBU (additional 0.2 SBU to run the
testsuite)">
+ <!ENTITY postgresql-buildsize "168 MB (additional 170 MB to run the
testsuite)">
+ <!ENTITY postgresql-time "1.4 SBU (additional 0.2 SBU to run the
testsuite)">
]>
<sect1 id="postgresql" xreflabel="PostgreSQL-&postgresql-version;">
@@ -87,8 +87,7 @@
<para>Install <application>PostgreSQL</application> with the
following commands: </para>
-<screen><userinput>sed -e "s@DEFAULT_PGSOCKET_DIR
\"/tmp\"@DEFAULT_PGSOCKET_DIR \"/run/postgresql\"@" \
- -i src/include/pg_config_manual.h &&
+<screen><userinput>sed -i '/DEFAULT_PGSOCKET_DIR/s@/tmp@/run/postgresql@'
src/include/pg_config_manual.h &&
sed -i -e 's@psql\\"@& -h /tmp@' src/test/regress/pg_regress{,_main}.c
&&
sed -i -e 's@gres\\"@& -k /tmp@' src/test/regress/pg_regress.c &&
./configure --prefix=/usr \
@@ -165,7 +164,7 @@
<title>Command Explanations</title>
<para>
- <command>sed -e ...</command>: These seds change server socket location
+ <command>sed -i ...</command>: These seds change server socket location
from <filename class="directory">/tmp</filename> to
<filename class="directory">/run/postgresql</filename> and fix up the
regression tests to use <filename class="directory">/tmp</filename> so
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page