summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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 || \