aboutsummaryrefslogtreecommitdiff
path: root/src/bin/pg_dump/t/003_pg_dump_with_server.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/pg_dump/t/003_pg_dump_with_server.pl')
-rw-r--r--src/bin/pg_dump/t/003_pg_dump_with_server.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/pg_dump/t/003_pg_dump_with_server.pl b/src/bin/pg_dump/t/003_pg_dump_with_server.pl
index a0b23aae0fb..8cc9da06599 100644
--- a/src/bin/pg_dump/t/003_pg_dump_with_server.pl
+++ b/src/bin/pg_dump/t/003_pg_dump_with_server.pl
@@ -30,7 +30,7 @@ my ($cmd, $stdout, $stderr, $result);
command_fails_like(
[ "pg_dump", '-p', $port, '--include-foreign-data=s0', 'postgres' ],
- qr/foreign-data wrapper \"dummy\" has no handler\r?\ndetail: Query was: .*t0/,
+ qr/foreign-data wrapper \"dummy\" has no handler\r?\npg_dump: detail: Query was: .*t0/,
"correctly fails to dump a foreign table from a dummy FDW");
command_ok(