summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane2022-08-07 19:53:34 +0000
committerTom Lane2022-08-07 19:53:34 +0000
commit501851dea2d57e3fa1bcadb1d18a1a77bf77ec9e (patch)
tree8962b8d5cb54ac17cf3ef314b469551508fca443
parent9c3006000791ef3629b93864453a0609b282e79e (diff)
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.
-rw-r--r--doc/src/sgml/release-15.sgml13
1 files changed, 0 insertions, 13 deletions
diff --git a/doc/src/sgml/release-15.sgml b/doc/src/sgml/release-15.sgml
index cebc124ba4e..e3ab13e53cc 100644
--- a/doc/src/sgml/release-15.sgml
+++ b/doc/src/sgml/release-15.sgml
@@ -3097,19 +3097,6 @@ Author: Michael Paquier <michael@paquier.xyz>
</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.
-->