summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorMichael P2010-04-01 01:09:52 +0000
committerPavan Deolasee2011-05-19 16:38:44 +0000
commit9b1cd1ef2e746b9d68085ecd37eabaa38e2a82f1 (patch)
treef220dc274f1d69eb685e822b9079e829525f5d4a /src/include/postgres.h
parent4d53a2f9699547bdc12831d2860c9d44c465e805 (diff)
Postgres-XC version 0.9
Application of patch PGXC-PG_REL8_4_3.patch.gz on PostgreSQL version 8.4.3
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index c1e4f77386..e8bfd5a391 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -9,6 +9,7 @@
*
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
* Portions Copyright (c) 1995, Regents of the University of California
+ * Portions Copyright (c) 2010 Nippon Telegraph and Telephone Corporation
*
* $PostgreSQL: pgsql/src/include/postgres.h,v 1.92 2009/01/01 17:23:55 momjian Exp $
*
@@ -693,4 +694,7 @@ extern int ExceptionalCondition(const char *conditionName,
const char *errorType,
const char *fileName, int lineNumber);
+//#define PGXC_COORD // for PGXC coordinator compiling
+//#define PGXC_DATANODE // for PGXC data node compiling
+
#endif /* POSTGRES_H */