pgsql: pg_dump: Fix weird error message composition

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: pg_dump: Fix weird error message composition
Date: 2024-06-20 09:39:04
Message-ID: E1sKEFz-002Gbq-Kc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_dump: Fix weird error message composition

The previous way could make it look like "stdin" was the actual input
file name. Write it as two separate messages instead.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3639d08e2f36f76e9a626c60b534c7fe204f329c

Modified Files
--------------
src/bin/pg_dump/filter.c | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-06-20 09:48:03 pgsql: pg_createsubscriber: Indent --help output correctly
Previous Message Peter Eisentraut 2024-06-20 09:30:29 pgsql: Fix redundancy in error messages