From: Justin Pryzby Date: Wed, 29 Dec 2021 16:37:47 -0600 Subject: [PATCH 26/33] v15 doc review: Rework compression options of pg_receivewal - d62bcc8b07f921bad105c7a826702c117ea7be58 --- doc/src/sgml/ref/pg_receivewal.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/src/sgml/ref/pg_receivewal.sgml b/doc/src/sgml/ref/pg_receivewal.sgml index c1d9401c597..f38d6f47878 100644 --- a/doc/src/sgml/ref/pg_receivewal.sgml +++ b/doc/src/sgml/ref/pg_receivewal.sgml @@ -268,7 +268,7 @@ PostgreSQL documentation Enables compression of write-ahead logs using the specified method. - Supported values gzip, lz4 + Supported values are gzip, lz4 (if PostgreSQL was compiled with ), and none. -- 2.17.1 --924gEkU1VlJlwnwX Content-Type: text/x-diff; charset=us-ascii Content-Disposition: attachment; filename="0027-v15-doc-review-Add-replication-command-READ_REPLICAT.patch"