Initial commit

This commit is contained in:
postgres
2010-06-17 10:43:35 -05:00
commit a12e719259
17 changed files with 858 additions and 0 deletions

9
config.h Normal file
View File

@@ -0,0 +1,9 @@
/*
* config.h
* Copyright (c) 2ndQuadrant, 2010
*
*/
void parse_config(char *cluster_name, int *node, char *service);
void parse_line(char *buff, char *name, char *value);
char *trim(char *s);