Commit f1cdcffb authored by Bruce Momjian's avatar Bruce Momjian

Compile cleanup

parent 4c939223
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
* *
* *
* IDENTIFICATION * IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.14 1999/03/14 05:08:55 momjian Exp $ * $Header: /cvsroot/pgsql/src/backend/access/hash/hashfunc.c,v 1.15 1999/03/14 16:25:07 momjian Exp $
* *
* NOTES * NOTES
* These functions are stored in pg_amproc. For each operator class * These functions are stored in pg_amproc. For each operator class
...@@ -33,7 +33,7 @@ hashint4(uint32 key) ...@@ -33,7 +33,7 @@ hashint4(uint32 key)
} }
uint32 uint32
hashint8(uint64 *key) hashint8(int64 *key)
{ {
return ~((uint32)key); return ~((uint32)key);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment