Doc: remove in-place tablespaces from v15 release notes.

Now that these have been back-patched, they're no longer a new
feature for v15.
This commit is contained in:
Tom Lane 2022-08-07 15:53:34 -04:00
parent 9c30060007
commit 501851dea2
1 changed files with 0 additions and 13 deletions

View File

@ -3096,19 +3096,6 @@ Author: Michael Paquier <michael@paquier.xyz>
</para>
</listitem>
<!--
Author: Thomas Munro <tmunro@postgresql.org>
2022-01-15 [7170f2159] Allow "in place" tablespaces.
-->
<listitem>
<para>
Add server variable <link
linkend="guc-allow-in-place-tablespaces"><varname>allow_in_place_tablespaces</varname></link>
for tablespace testing (Thomas Munro)
</para>
</listitem>
<!--
Author: Robert Haas <rhaas@postgresql.org>
2022-04-08 [8ec569479] Apply PGDLLIMPORT markings broadly.