Remove redundant function declaration

This commit is contained in:
Ian Barwick
2018-11-28 13:50:10 +09:00
parent ae3f302dc2
commit 687e707a7b

View File

@@ -408,7 +408,6 @@ bool has_passfile(void);
bool begin_transaction(PGconn *conn);
bool commit_transaction(PGconn *conn);
bool rollback_transaction(PGconn *conn);
bool check_cluster_schema(PGconn *conn);
/* GUC manipulation functions */
bool set_config(PGconn *conn, const char *config_param, const char *config_value);