Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 795ccd4

Browse files
committed
relnotes: clarify pg_basebackup compression options
Also, a few wording improvements Reported-by: Justin Pryzby Discussion: https://postgr.es/m/20220719181307.GG12702@telsasoft.com Backpatch-through: 15 only
1 parent 15ff26d commit 795ccd4

File tree

1 file changed

+28
-19
lines changed

1 file changed

+28
-19
lines changed

doc/src/sgml/release-15.sgml

Lines changed: 28 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -544,8 +544,8 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
544544

545545
<para>
546546
The default is now that custom scan providers are assumed to not
547-
support projections; those that do need to be updated for this
548-
release.
547+
support projections; those that do will need to be updated for
548+
this release.
549549
</para>
550550
</listitem>
551551

@@ -2495,30 +2495,21 @@ Author: Robert Haas <rhaas@postgresql.org>
24952495
2022-02-11 [751b8d23b] pg_basebackup: Allow client-side LZ4 (de)compression.
24962496
Author: Robert Haas <rhaas@postgresql.org>
24972497
2022-03-08 [7cf085f07] Add support for zstd base backup compression.
2498+
Author: Robert Haas <rhaas@postgresql.org>
2499+
2022-01-24 [0ad803291] Server-side gzip compression.
24982500
-->
24992501

25002502
<listitem>
25012503
<para>
2502-
Allow <application>pg_basebackup</application> to do LZ4 and
2503-
Zstandard server-side compression on base backup files (Dipesh
2504-
Pandit, Jeevan Ladhe)
2504+
Allow <application>pg_basebackup</application> to do server-side
2505+
gzip, LZ4, and Zstandard compression and client-side LZ4 and
2506+
Zstandard compression of base backup files (Dipesh Pandit,
2507+
Jeevan Ladhe)
25052508
</para>
2506-
</listitem>
2507-
2508-
<!--
2509-
Author: Michael Paquier <michael@paquier.xyz>
2510-
2022-01-21 [5c649fe15] Extend the options of pg_basebackup to control compressi
2511-
Author: Robert Haas <rhaas@postgresql.org>
2512-
2022-01-24 [0ad803291] Server-side gzip compression.
2513-
Author: Robert Haas <rhaas@postgresql.org>
2514-
2022-01-25 [e1f860f13] Tidy up a few cosmetic issues related to pg_basebackup.
2515-
-->
25162509

2517-
<listitem>
25182510
<para>
2519-
Allow <application>pg_basebackup</application>'s
2520-
<option>--compress</option> option to control the compression
2521-
method and options (Michael Paquier, Robert Haas)
2511+
Client-side <literal>gzip</literal> compression was already
2512+
supported.
25222513
</para>
25232514
</listitem>
25242515

@@ -2540,6 +2531,24 @@ Author: Robert Haas <rhaas@postgresql.org>
25402531
</para>
25412532
</listitem>
25422533

2534+
<!--
2535+
Author: Michael Paquier <michael@paquier.xyz>
2536+
2022-01-21 [5c649fe15] Extend the options of pg_basebackup to control compressi
2537+
Author: Robert Haas <rhaas@postgresql.org>
2538+
2022-01-24 [0ad803291] Server-side gzip compression.
2539+
Author: Robert Haas <rhaas@postgresql.org>
2540+
2022-01-25 [e1f860f13] Tidy up a few cosmetic issues related to pg_basebackup.
2541+
-->
2542+
2543+
<listitem>
2544+
<para>
2545+
Allow <application>pg_basebackup</application>'s
2546+
<option>--compress</option> option to control the compression
2547+
location (server or client), compression method, and compression
2548+
options (Michael Paquier, Robert Haas)
2549+
</para>
2550+
</listitem>
2551+
25432552
<!--
25442553
Author: Michael Paquier <michael@paquier.xyz>
25452554
2021-11-05 [babbbb595] Add support for LZ4 compression in pg_receivewal

0 commit comments

Comments
 (0)