提交 dd024c22 编写于 作者: P Peter Eisentraut

pg_dump: Small message adjustment for consistency

上级 206bec11
......@@ -738,7 +738,7 @@ _ReopenArchive(ArchiveHandle *AH)
* (but not invalid) use-cases. Word the error messages appropriately.
*/
if (AH->fSpec == NULL || strcmp(AH->fSpec, "") == 0)
exit_horribly(modulename, "parallel restore from stdin is not supported\n");
exit_horribly(modulename, "parallel restore from standard input is not supported\n");
if (!ctx->hasSeek)
exit_horribly(modulename, "parallel restore from non-seekable file is not supported\n");
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册