We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84db9a0 commit 9c58bf1Copy full SHA for 9c58bf1
src/interfaces/libpq/fe-connect.c
@@ -397,7 +397,7 @@ static bool init_allowed_encryption_methods(PGconn *conn);
397
static int encryption_negotiation_failed(PGconn *conn);
398
#endif
399
static bool connection_failed(PGconn *conn);
400
-static bool select_next_encryption_method(PGconn *conn, bool negotiation_failure);
+static bool select_next_encryption_method(PGconn *conn, bool have_valid_connection);
401
static PGPing internal_ping(PGconn *conn);
402
static void pqFreeCommandQueue(PGcmdQueueEntry *queue);
403
static bool fillPGconn(PGconn *conn, PQconninfoOption *connOptions);
0 commit comments