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:
Peter Eisentraut 2022-12-01 15:32:38 +01:00
parent ec38694894
commit 4c72102e1d
5 changed files with 1178 additions and 30 deletions

File diff suppressed because it is too large Load Diff

View File

@ -7120,7 +7120,7 @@ FROM pg_stat_get_backend_idset() AS backendid;
explicitly tell the configure script to make the probes available
in <productname>PostgreSQL</productname>. To include DTrace support
specify <option>--enable-dtrace</option> to configure. See <xref
linkend="install-procedure"/> for further information.
linkend="configure-options-devel"/> for further information.
</para>
</sect2>

View File

@ -123,7 +123,7 @@ make installcheck-parallel
</para>
</sect2>
<sect2>
<sect2 id="regress-additional">
<title>Additional Test Suites</title>
<para>

View File

@ -1857,7 +1857,7 @@ $ <userinput>kill -INT `head -1 /usr/local/pgsql/data/postmaster.pid`</userinput
<step>
<para>
Install the new version of <productname>PostgreSQL</productname> as
outlined in <xref linkend="install-procedure"/>.
outlined in <xref linkend="installation"/>.
</para>
</step>

View File

@ -22,9 +22,8 @@ in the stand-alone version.
C++</productname>, see the main documentation instead.
</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-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"/>
<sect1 id="install-getting-started">