mirror of
https://github.com/postgres/postgres.git
synced 2025-06-30 21:42:05 +03:00
Add missing newlines at end of error messages
This commit is contained in:
@ -1539,7 +1539,7 @@ do_edit(const char *filename_arg, PQExpBuffer query_buf, bool *edited)
|
||||
ret = GetTempPath(MAXPGPATH, tmpdir);
|
||||
if (ret == 0 || ret > MAXPGPATH)
|
||||
{
|
||||
psql_error("cannot locate temporary directory: %s",
|
||||
psql_error("cannot locate temporary directory: %s\n",
|
||||
!ret ? strerror(errno) : "");
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user