|
From: Pavan D. <pa...@us...> - 2010-06-24 08:16:32
|
Project "Postgres-XC".
The branch, master has been updated
via 75127cbf9ff834aabc4e4f39f2628f7a9646a6ea (commit)
from c0169fa52ff019450c45dd9e50502e12375f33f2 (commit)
- Log -----------------------------------------------------------------
commit 75127cbf9ff834aabc4e4f39f2628f7a9646a6ea
Author: Pavan Deolasee <pav...@gm...>
Date: Thu Jun 24 13:45:29 2010 +0530
Add a missing include file from the previous commit
diff --git a/src/include/commands/sequence.h b/src/include/commands/sequence.h
index b5bb7d9..f54f74f 100644
--- a/src/include/commands/sequence.h
+++ b/src/include/commands/sequence.h
@@ -18,6 +18,9 @@
#include "access/xlog.h"
#include "fmgr.h"
+#ifdef PGXC
+#include "utils/relcache.h"
+#endif
/*
* On a machine with no 64-bit-int C datatype, sizeof(int64) will not be 8,
-----------------------------------------------------------------------
Summary of changes:
src/include/commands/sequence.h | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
hooks/post-receive
--
Postgres-XC
|