mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +03:00
Final pgindent + perltidy run for v10.
This commit is contained in:
@ -730,9 +730,10 @@ be_tls_write(Port *port, void *ptr, size_t len, int *waitfor)
|
||||
n = -1;
|
||||
break;
|
||||
case SSL_ERROR_ZERO_RETURN:
|
||||
|
||||
/*
|
||||
* the SSL connnection was closed, leave it to the caller
|
||||
* to ereport it
|
||||
* the SSL connnection was closed, leave it to the caller to
|
||||
* ereport it
|
||||
*/
|
||||
errno = ECONNRESET;
|
||||
n = -1;
|
||||
|
Reference in New Issue
Block a user