pgsql: pg_restore: Provide file name with one failure message - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: pg_restore: Provide file name with one failure message
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
pg_restore: Provide file name with one failure message

Almost all error messages already include file name where relevant, but
this one had been overlooked.  Repair.

Backpatch to 9.5.

Author: Euler Taveira <[email protected]>
Discussion: https://postgr.es/m/CAH503wA_VOrcKL_43p9atRejCDYmOZ8MzfK9S6TJrQqBqNeAXA@mail.gmail.com
Reviewed-by: Álvaro Herrera <[email protected]>

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/89a7d21dfc9d891d2b3dcfea161b58d4ea458af6

Modified Files
--------------
src/bin/pg_dump/pg_backup_directory.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: First-draft release notes for 12.3.
Next
From: Alvaro Herrera
Date:
Subject: Re: pgsql: Rework XLogReader callback system