pgsql: Improve wording in pg_dump compression docs

From: Tomas Vondra <tomas(dot)vondra(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Improve wording in pg_dump compression docs
Date: 2023-03-01 15:13:03
Message-ID: E1pXO8c-001MYs-Rk@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve wording in pg_dump compression docs

A couple minor corrections in pg_dump comments and docs, related to the
recently introduced compression API.

Reported-by: Justin Pryzby
Discussion: https://postgr.es/m/20230227044910.GO1653@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6095069b40d7f01d5e7771d23b18d65dc029fc0d

Modified Files
--------------
doc/src/sgml/ref/pg_dump.sgml | 6 +++---
src/bin/pg_dump/compress_io.h | 2 +-
src/bin/pg_dump/compress_lz4.c | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2023-03-01 16:30:42 pgsql: Avoid fetching one past the end of translate()'s "to" parameter.
Previous Message Peter Eisentraut 2023-03-01 07:11:54 pgsql: meson: Add equivalent of configure --disable-rpath option