summaryrefslogtreecommitdiff
path: root/src/include/commands/cluster.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/commands/cluster.h')
-rw-r--r--src/include/commands/cluster.h28
1 files changed, 0 insertions, 28 deletions
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h
deleted file mode 100644
index 3f4518b4970..00000000000
--- a/src/include/commands/cluster.h
+++ /dev/null
@@ -1,28 +0,0 @@
-/*-------------------------------------------------------------------------
- *
- * cluster.h
- * header file for postgres cluster command stuff
- *
- * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
- * Portions Copyright (c) 1994-5, Regents of the University of California
- *
- * $Id: cluster.h,v 1.14 2002/06/20 20:29:49 momjian Exp $
- *
- *-------------------------------------------------------------------------
- */
-#ifndef CLUSTER_H
-#define CLUSTER_H
-
-/*
- * defines for contant stuff
- */
-#define _TEMP_RELATION_KEY_ "clXXXXXXXX"
-#define _SIZE_OF_TEMP_RELATION_KEY_ 11
-
-
-/*
- * functions
- */
-extern void cluster(RangeVar *oldrelation, char *oldindexname);
-
-#endif /* CLUSTER_H */