diff options
Diffstat (limited to 'src/backend/access/hash/hashstrat.c')
-rw-r--r-- | src/backend/access/hash/hashstrat.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/hash/hashstrat.c b/src/backend/access/hash/hashstrat.c index 75133d69b88..4fc8667adad 100644 --- a/src/backend/access/hash/hashstrat.c +++ b/src/backend/access/hash/hashstrat.c @@ -1,14 +1,14 @@ /*------------------------------------------------------------------------- * * hashstrat.c - * Srategy map entries for the hash indexed access method + * Strategy map entries for the hash indexed access method * * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * * * IDENTIFICATION - * $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.21 2002/06/20 20:29:24 momjian Exp $ + * $Header: /cvsroot/pgsql/src/backend/access/hash/Attic/hashstrat.c,v 1.22 2003/03/10 22:28:18 tgl Exp $ * *------------------------------------------------------------------------- */ |