1
0
mirror of https://github.com/postgres/postgres.git synced 2025-12-16 16:42:29 +03:00

Message style improvements

This commit is contained in:
Peter Eisentraut
2021-05-14 10:21:28 +02:00
parent 521d08a21a
commit 09ae329957
3 changed files with 4 additions and 4 deletions

View File

@@ -561,7 +561,7 @@ perform_rewind(filemap_t *filemap, rewind_source *source,
break;
case FILE_ACTION_UNDECIDED:
pg_fatal("no action decided for \"%s\"", entry->path);
pg_fatal("no action decided for file \"%s\"", entry->path);
break;
}
}