diff options
Diffstat (limited to 'src/include/commands/cluster.h')
-rw-r--r-- | src/include/commands/cluster.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index 3f4518b4970..ff3a8d82d39 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -6,7 +6,7 @@ * 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 $ + * $Id: cluster.h,v 1.15 2002/08/10 21:00:34 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -14,13 +14,6 @@ #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); |