doc: Add installation instructions for building with meson
Author: samay sharma <smilingsamay@gmail.com> Reviewed-by: Justin Pryzby <pryzby@telsasoft.com> Reviewed-by: Andres Freund <andres@anarazel.de> Reviewed-by: Nazir Bilal Yavuz <byavuz81@gmail.com> Reviewed-by: Peter Eisentraut <peter.eisentraut@enterprisedb.com> Discussion: https://www.postgresql.org/message-id/flat/CAJxrbywFPcgC4nP_v+HHPhaYSWX2JL8FZXY2aFOZxXxTkTJJPw@mail.gmail.com
This commit is contained in:
parent
ec38694894
commit
4c72102e1d
File diff suppressed because it is too large
Load Diff
@ -7120,7 +7120,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
|
|||||||
explicitly tell the configure script to make the probes available
|
explicitly tell the configure script to make the probes available
|
||||||
in <productname>PostgreSQL</productname>. To include DTrace support
|
in <productname>PostgreSQL</productname>. To include DTrace support
|
||||||
specify <option>--enable-dtrace</option> to configure. See <xref
|
specify <option>--enable-dtrace</option> to configure. See <xref
|
||||||
linkend="install-procedure"/> for further information.
|
linkend="configure-options-devel"/> for further information.
|
||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
|
@ -123,7 +123,7 @@ make installcheck-parallel
|
|||||||
</para>
|
</para>
|
||||||
</sect2>
|
</sect2>
|
||||||
|
|
||||||
<sect2>
|
<sect2 id="regress-additional">
|
||||||
<title>Additional Test Suites</title>
|
<title>Additional Test Suites</title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
@ -1857,7 +1857,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
|
|||||||
<step>
|
<step>
|
||||||
<para>
|
<para>
|
||||||
Install the new version of <productname>PostgreSQL</productname> as
|
Install the new version of <productname>PostgreSQL</productname> as
|
||||||
outlined in <xref linkend="install-procedure"/>.
|
outlined in <xref linkend="installation"/>.
|
||||||
</para>
|
</para>
|
||||||
</step>
|
</step>
|
||||||
|
|
||||||
|
@ -22,9 +22,8 @@ in the stand-alone version.
|
|||||||
C++</productname>, see the main documentation instead.
|
C++</productname>, see the main documentation instead.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<xi:include href="postgres-full.xml" xpointer="install-short" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
|
||||||
<xi:include href="postgres-full.xml" xpointer="install-requirements" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
<xi:include href="postgres-full.xml" xpointer="install-requirements" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||||
<xi:include href="postgres-full.xml" xpointer="install-procedure" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
<xi:include href="postgres-full.xml" xpointer="install-make" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||||
<xi:include href="postgres-full.xml" xpointer="install-post" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
<xi:include href="postgres-full.xml" xpointer="install-post" xmlns:xi="http://www.w3.org/2001/XInclude"/>
|
||||||
|
|
||||||
<sect1 id="install-getting-started">
|
<sect1 id="install-getting-started">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user