pg_dump: Fix weird error message composition

Peter Eisentraut <peter@eisentraut.org>

Commit: 3639d08e2f36f76e9a626c60b534c7fe204f329c
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2024-06-20T09:36:38Z
Releases: 17.0
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.

Files

PathChange+/−
src/bin/pg_dump/filter.c modified +6 −4