aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2019-07-27 08:26:33 +0200
committerPeter Eisentraut <peter@eisentraut.org>2019-07-27 08:41:40 +0200
commit66190f371d8a6fd7d2ab50187041ce1da44cbb3b (patch)
tree9505ed0f2c46bedc9b532eff63ee348f905faa36
parent5ac684381df1783b0855d3b53b1c6d4736843695 (diff)
downloadpostgresql-66190f371d8a6fd7d2ab50187041ce1da44cbb3b.tar.gz
postgresql-66190f371d8a6fd7d2ab50187041ce1da44cbb3b.zip
pg_upgrade: Update obsolescent documentation note
Recently released xfsprogs 5.1.0 has reflink support enabled by default, so the note that it's not enabled by default can be removed.
-rw-r--r--doc/src/sgml/ref/pgupgrade.sgml3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml
index 82886760f10..2bddd6a937e 100644
--- a/doc/src/sgml/ref/pgupgrade.sgml
+++ b/doc/src/sgml/ref/pgupgrade.sgml
@@ -206,8 +206,7 @@
systems. If it is selected but not supported, the
<application>pg_upgrade</application> run will error. At present, it
is supported on Linux (kernel 4.5 or later) with Btrfs and XFS (on
- file systems created with reflink support, which is not the default
- for XFS at this writing), and on macOS with APFS.
+ file systems created with reflink support), and on macOS with APFS.
</para>
</listitem>
</varlistentry>