projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c30060
)
Doc: remove in-place tablespaces from v15 release notes.
author
Tom Lane
<
[email protected]
>
Sun, 7 Aug 2022 19:53:34 +0000
(15:53 -0400)
committer
Tom Lane
<
[email protected]
>
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
patch
|
blob
|
blame
|
history
diff --git
a/doc/src/sgml/release-15.sgml
b/doc/src/sgml/release-15.sgml
index cebc124ba4e6fe1001606eb02e609d429e9e9994..e3ab13e53ccf2c4c78b58148ffdd09ed0fe1b2ba 100644
(file)
--- a/
doc/src/sgml/release-15.sgml
+++ b/
doc/src/sgml/release-15.sgml
@@
-3096,19
+3096,6
@@
Author: Michael Paquier <
[email protected]
>
</para>
</listitem>
-<!--
-Author: Thomas Munro <
[email protected]
>
-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 <
[email protected]
>
2022-04-08 [8ec569479] Apply PGDLLIMPORT markings broadly.