summaryrefslogtreecommitdiff
path: root/contrib/pgxc_clean/pgxc_clean.h
blob: cc3def7c7f6c083799b7c7eae769bf6f7c321997 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef PGXC_CLEAN
#define PGXC_CLEAN

typedef struct database_names
{
	struct database_names *next;
	char *database_name;
} database_names;

extern FILE *outf;
extern FILE *errf;

#endif /* PGXC_CLEAN */