mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Remove PQsslpassword function
This partially reverts commit 4dc6355210
.
The information returned by the function can be obtained by calling
PQconninfo(), so the function is redundant.
This commit is contained in:
@ -6550,14 +6550,6 @@ PQport(const PGconn *conn)
|
||||
return "";
|
||||
}
|
||||
|
||||
char *
|
||||
PQsslpassword(const PGconn *conn)
|
||||
{
|
||||
if (!conn)
|
||||
return NULL;
|
||||
return conn->sslpassword;
|
||||
}
|
||||
|
||||
char *
|
||||
PQtty(const PGconn *conn)
|
||||
{
|
||||
|
Reference in New Issue
Block a user