mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-24 23:32:12 +08:00
Upgrade postgresql-15.0
This commit is contained in:
parent
f7283ecec5
commit
098f474c09
@ -41,6 +41,16 @@
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
-->
|
||||
<listitem>
|
||||
<para>October 19th, 2022</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[thomas] - Update to postgresql-15-0. Fixes
|
||||
<ulink url="&blfs-ticket-root;17183">#17183</ulink>.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>October 18th, 2022</para>
|
||||
<itemizedlist>
|
||||
|
@ -623,7 +623,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
|
||||
<!ENTITY db-version "5.3.28">
|
||||
<!ENTITY lmdb-version "0.9.29">
|
||||
<!ENTITY mariadb-version "10.6.9">
|
||||
<!ENTITY postgresql-version "14.5">
|
||||
<!ENTITY postgresql-version "15.0">
|
||||
<!ENTITY sqlite-version "3.39.4">
|
||||
<!ENTITY sqlite-dl-version "3390400">
|
||||
<!ENTITY sqlite-doc-version "3390400">
|
||||
|
@ -7,8 +7,8 @@
|
||||
<!ENTITY postgresql-download-http "https://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-download-ftp " ">
|
||||
<!ENTITY postgresql-md5sum "1b319af2ece7fbf836d2d9533e91aa9b">
|
||||
<!ENTITY postgresql-size "21 MB">
|
||||
<!ENTITY postgresql-md5sum "9516690cc6554dacc4a4d0920834a623">
|
||||
<!ENTITY postgresql-size "21.3 MB">
|
||||
<!ENTITY postgresql-buildsize "253 MB (add 41 MB for tests)">
|
||||
<!ENTITY postgresql-time "0.7 SBU (with parallelism=4, add 0.1 SBU for tests)">
|
||||
]>
|
||||
@ -75,8 +75,7 @@
|
||||
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional">
|
||||
<xref linkend="python2"/>,
|
||||
<!-- <xref linkend="tcl"/>, -->
|
||||
<!-- <xref linkend="tcl"/>, (is in LFS core) -->
|
||||
<xref linkend="icu"/>,
|
||||
<xref linkend="libxml2"/>,
|
||||
<xref linkend="libxslt"/>,
|
||||
@ -310,8 +309,7 @@ chown -Rv postgres:postgres /srv/pgsql /run/postgresql</userinput></screen>
|
||||
|
||||
<para>
|
||||
<option>--with-python</option>: builds the PL/Python server-side
|
||||
language. Add PYTHON=/usr/bin/python2 for Python2 support, otherwise
|
||||
Python3 is used by default.
|
||||
language. Python3 is used by default, Python2 is no longer supported.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
Loading…
Reference in New Issue
Block a user