]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
Doc: remove in-place tablespaces from v15 release notes.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Aug 2022 19:53:34 +0000 (15:53 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 7 Aug 2022 19:53:34 +0000 (15:53 -0400)
Now that these have been back-patched, they're no longer a new
feature for v15.

doc/src/sgml/release-15.sgml

index cebc124ba4e6fe1001606eb02e609d429e9e9994..e3ab13e53ccf2c4c78b58148ffdd09ed0fe1b2ba 100644 (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.