summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Paquier2012-07-06 06:04:27 +0000
committerMichael Paquier2012-07-06 06:04:27 +0000
commit7cda4f342bd3b9bff628685a2d77505e266295e2 (patch)
tree523b3396a105fb413b688f42188d6e6cc1f4edf0 /src
parent249129ee4d405c35c12e911b993eae2a19ba767a (diff)
Remove duplicated define IsLocatorReplicated in locator.h
Diffstat (limited to 'src')
-rw-r--r--src/include/pgxc/locator.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/include/pgxc/locator.h b/src/include/pgxc/locator.h
index a9a2edfeef..6e4bca32ef 100644
--- a/src/include/pgxc/locator.h
+++ b/src/include/pgxc/locator.h
@@ -31,7 +31,6 @@
#define HASH_SIZE 4096
#define HASH_MASK 0x00000FFF;
-#define IsLocatorReplicated(x) (x == LOCATOR_TYPE_REPLICATED)
#define IsLocatorNone(x) (x == LOCATOR_TYPE_NONE)
#define IsLocatorReplicated(x) (x == LOCATOR_TYPE_REPLICATED)
#define IsLocatorColumnDistributed(x) (x == LOCATOR_TYPE_HASH || \