astyle fixes on logging change

This commit is contained in:
Greg Smith
2011-06-07 00:30:35 -04:00
parent e52f2e88a5
commit 367d0b1afa
4 changed files with 13 additions and 13 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);