mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Improve some error messages.
It is not our usual style to use "we" in the error messages. Author: Kyotaro Horiguchi Reviewed-By: Amit Kapila Discussion: https://postgr.es/m/20220914.111507.13049297635620898.horikyota.ntt@gmail.com
This commit is contained in:
@ -978,7 +978,7 @@ set_max_safe_fds(void)
|
||||
ereport(FATAL,
|
||||
(errcode(ERRCODE_INSUFFICIENT_RESOURCES),
|
||||
errmsg("insufficient file descriptors available to start server process"),
|
||||
errdetail("System allows %d, we need at least %d.",
|
||||
errdetail("System allows %d, server needs at least %d.",
|
||||
max_safe_fds + NUM_RESERVED_FDS,
|
||||
FD_MINFREE + NUM_RESERVED_FDS)));
|
||||
|
||||
|
Reference in New Issue
Block a user