mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Standardize spelling of "nonblocking"
Only adjusted the user-exposed messages and documentation, not all source code comments.
This commit is contained in:
@ -808,7 +808,7 @@ pq_set_nonblocking(bool nonblocking)
|
||||
{
|
||||
if (!pg_set_noblock(MyProcPort->sock))
|
||||
ereport(COMMERROR,
|
||||
(errmsg("could not set socket to non-blocking mode: %m")));
|
||||
(errmsg("could not set socket to nonblocking mode: %m")));
|
||||
}
|
||||
else
|
||||
{
|
||||
|
Reference in New Issue
Block a user