mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Standardize spelling of "nonblocking"
Only adjusted the user-exposed messages and documentation, not all source code comments.
This commit is contained in:
@@ -6261,7 +6261,7 @@ InitPostmasterDeathWatchHandle(void)
|
||||
if (fcntl(postmaster_alive_fds[POSTMASTER_FD_WATCH], F_SETFL, O_NONBLOCK))
|
||||
ereport(FATAL,
|
||||
(errcode_for_socket_access(),
|
||||
errmsg_internal("could not set postmaster death monitoring pipe to non-blocking mode: %m")));
|
||||
errmsg_internal("could not set postmaster death monitoring pipe to nonblocking mode: %m")));
|
||||
#else
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user