mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Minor spelling fixes
Fix a few spelling mistakes. Per bug report #8193 from Lajos Veres.
This commit is contained in:
@ -258,7 +258,7 @@ transfer_relfile(pageCnvCtx *pageConverter, FileNameMap *map,
|
||||
if (errno == ENOENT)
|
||||
return;
|
||||
else
|
||||
pg_log(PG_FATAL, "error while checking for file existance \"%s.%s\" (\"%s\" to \"%s\"): %s\n",
|
||||
pg_log(PG_FATAL, "error while checking for file existence \"%s.%s\" (\"%s\" to \"%s\"): %s\n",
|
||||
map->nspname, map->relname, old_file, new_file,
|
||||
getErrorText(errno));
|
||||
}
|
||||
|
Reference in New Issue
Block a user