mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Adjust pg_upgrade FATAL error messages to have consistent newlines.
Also adjust some error message capitalization for consistency.
This commit is contained in:
@ -287,7 +287,7 @@ pg_scandir_internal(const char *dirname,
|
||||
size_t entrysize;
|
||||
|
||||
if ((dirdesc = opendir(dirname)) == NULL)
|
||||
pg_log(PG_FATAL, "Could not open directory \"%s\": %m\n", dirname);
|
||||
pg_log(PG_FATAL, "could not open directory \"%s\": %m\n", dirname);
|
||||
|
||||
*namelist = NULL;
|
||||
|
||||
|
Reference in New Issue
Block a user