mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Remove -k unix socketpath option from client side, allow hostname with
leading slash to behave as a unix socket path.
This commit is contained in:
@ -99,9 +99,8 @@ typedef struct _restoreOptions {
|
||||
|
||||
int useDB;
|
||||
char *dbname;
|
||||
char *pghost;
|
||||
char *pgport;
|
||||
char *pgunixsocket;
|
||||
char *pghost;
|
||||
int ignoreVersion;
|
||||
int requirePassword;
|
||||
|
||||
@ -123,7 +122,6 @@ PGconn* ConnectDatabase(Archive *AH,
|
||||
const char* dbname,
|
||||
const char* pghost,
|
||||
const char* pgport,
|
||||
const char* pgunixsocket,
|
||||
const int reqPwd,
|
||||
const int ignoreVersion);
|
||||
|
||||
|
Reference in New Issue
Block a user