diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-07-27 08:26:33 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-07-27 08:26:33 +0200 |
commit | 4552c0f566667160ab3eeaf1620ebb969c1e7eb0 (patch) | |
tree | 0e901be65e8eda2bbbc3fe5ff639254105299656 /doc/src | |
parent | 959f6d6a1821b7d9068244f500dd80953e768d16 (diff) | |
download | postgresql-4552c0f566667160ab3eeaf1620ebb969c1e7eb0.tar.gz postgresql-4552c0f566667160ab3eeaf1620ebb969c1e7eb0.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.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/ref/pgupgrade.sgml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/src/sgml/ref/pgupgrade.sgml b/doc/src/sgml/ref/pgupgrade.sgml index 3b69db909fe..9ab9c30b97d 100644 --- a/doc/src/sgml/ref/pgupgrade.sgml +++ b/doc/src/sgml/ref/pgupgrade.sgml @@ -207,8 +207,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> |