Fix unapplied astyle. Closes gh-26.

This commit is contained in:
Greg Smith
2011-04-05 17:21:48 -04:00
parent 4c792c8013
commit 3ca0f2db06
3 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ PGconn *establishDBConnectionByParams(const char *keywords[],
bool is_standby(PGconn *conn);
char *pg_version(PGconn *conn, char* major_version);
bool guc_setted(PGconn *conn, const char *parameter, const char *op,
const char *value);
const char *value);
const char *get_cluster_size(PGconn *conn);
PGconn *getMasterConnection(PGconn *standby_conn, int id, char *cluster,
int *master_id, char *master_conninfo_out);