pgsql: doc: Adjust some notes about pg_upgrade's file transfer modes. - Mailing list pgsql-committers

From Nathan Bossart
Subject pgsql: doc: Adjust some notes about pg_upgrade's file transfer modes.
Date
Msg-id E1tzhQs-0029pM-26@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
doc: Adjust some notes about pg_upgrade's file transfer modes.

--copy-file-range and --swap were not mentioned in a few places
that discuss the available file transfer modes.  This entire page
would likely benefit from an overhaul, but that's v19 material at
this point.

Oversights in commits d93627bcbe and 626d7236b6.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5aec7e07fb9fd5d8d046a2b19c793d7e4cecf5e4

Modified Files
--------------
doc/src/sgml/ref/pgupgrade.sgml | 9 +++++----
1 file changed, 5 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: md: Add comment & assert to buffer-zeroing path in md[start]read
Next
From: Andres Freund
Date:
Subject: pgsql: aio: Minor comment improvements