Remove redundant function declaration

This commit is contained in:
Ian Barwick
2018-11-28 13:50:10 +09:00
parent 74c44a7178
commit b498db87aa

View File

@@ -405,7 +405,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);