mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Initial pgindent and pgperltidy run for v14.
Also "make reformat-dat-files". The only change worthy of note is that pgindent messed up the formatting of launcher.c's struct LogicalRepWorkerId, which led me to notice that that struct wasn't used at all anymore, so I just took it out.
This commit is contained in:
@ -943,8 +943,8 @@ initialize_SSL(PGconn *conn)
|
||||
|
||||
if ((cvstore = SSL_CTX_get_cert_store(SSL_context)) != NULL)
|
||||
{
|
||||
char *fname = NULL;
|
||||
char *dname = NULL;
|
||||
char *fname = NULL;
|
||||
char *dname = NULL;
|
||||
|
||||
if (conn->sslcrl && strlen(conn->sslcrl) > 0)
|
||||
fname = conn->sslcrl;
|
||||
@ -1467,8 +1467,8 @@ pgtls_close(PGconn *conn)
|
||||
{
|
||||
/*
|
||||
* In the non-SSL case, just remove the crypto callbacks if the
|
||||
* connection has then loaded. This code path has no dependency
|
||||
* on any pending SSL calls.
|
||||
* connection has then loaded. This code path has no dependency on
|
||||
* any pending SSL calls.
|
||||
*/
|
||||
if (conn->crypto_loaded)
|
||||
destroy_needed = true;
|
||||
|
Reference in New Issue
Block a user