mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 06:32:18 -04:00
Further error message fix
Further fix of error message changed in commit 74a116a79b. The
initial fix was not quite correct.
Discussion: https://www.postgresql.org/message-id/flat/tencent_1EE1430B1E6C18A663B8990F%40qq.com
This commit is contained in:
parent
ff1d5810e9
commit
9dcd0b3de1
1 changed files with 1 additions and 1 deletions
|
|
@ -327,7 +327,7 @@ slurpFile(const char *datadir, const char *path, size_t *filesize)
|
|||
fullpath);
|
||||
|
||||
if (fstat(fd, &statbuf) < 0)
|
||||
pg_fatal("could not stat file \"%s\" for reading: %m",
|
||||
pg_fatal("could not stat file \"%s\": %m",
|
||||
fullpath);
|
||||
|
||||
len = statbuf.st_size;
|
||||
|
|
|
|||
Loading…
Reference in a new issue