From 9b1cd1ef2e746b9d68085ecd37eabaa38e2a82f1 Mon Sep 17 00:00:00 2001 From: Michael P Date: Wed, 31 Mar 2010 20:09:52 -0500 Subject: Postgres-XC version 0.9 Application of patch PGXC-PG_REL8_4_3.patch.gz on PostgreSQL version 8.4.3 --- src/include/postgres.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/include/postgres.h') 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 */ -- cgit v1.2.3