Fix oversight in the header of guc_setted_typed()

This commit is contained in:
Jaime Casanova
2013-12-19 11:09:08 -05:00
parent 6693b99288
commit 9209248420

View File

@@ -32,7 +32,7 @@ bool is_pgup(PGconn *conn, int timeout);
char *pg_version(PGconn *conn, char* major_version);
bool guc_setted(PGconn *conn, const char *parameter, const char *op,
const char *value);
bool guc_setted(PGconn *conn, const char *parameter, const char *op,
bool guc_setted_typed(PGconn *conn, const char *parameter, const char *op,
const char *value, const char *datatype);
const char *get_cluster_size(PGconn *conn);
PGconn *getMasterConnection(PGconn *standby_conn, char *schema, char *cluster,