postgresql/src/include/utils/dynahash.h

20 lines
498 B
C
Raw Normal View History

1996-11-09 06:48:28 +01:00
/*-------------------------------------------------------------------------
*
* dynahash
* POSTGRES dynahash.h file definitions
1996-11-09 06:48:28 +01:00
*
*
* Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
* Portions Copyright (c) 1994, Regents of the University of California
1996-11-09 06:48:28 +01:00
*
2010-09-20 22:08:53 +02:00
* src/include/utils/dynahash.h
1996-11-09 06:48:28 +01:00
*
*-------------------------------------------------------------------------
*/
#ifndef DYNAHASH_H
1996-11-09 06:48:28 +01:00
#define DYNAHASH_H
extern int my_log2(long num);
#endif /* DYNAHASH_H */