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:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user