diff options
Diffstat (limited to 'src/include/commands/cluster.h')
-rw-r--r-- | src/include/commands/cluster.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/commands/cluster.h b/src/include/commands/cluster.h index e832b880d7..d076007084 100644 --- a/src/include/commands/cluster.h +++ b/src/include/commands/cluster.h @@ -6,7 +6,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994-5, Regents of the University of California * - * $Id: cluster.h,v 1.11 2001/10/28 06:26:06 momjian Exp $ + * $Id: cluster.h,v 1.12 2001/11/05 17:46:33 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -25,4 +25,4 @@ */ extern void cluster(char *oldrelname, char *oldindexname); -#endif /* CLUSTER_H */ +#endif /* CLUSTER_H */ |