We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 757b829 commit 1d0e308Copy full SHA for 1d0e308
src/include/utils/dynahash.h
@@ -0,0 +1,19 @@
1
+/*-------------------------------------------------------------------------
2
+ *
3
+ * dynahash--
4
+ * POSTGRES dynahash.h file definitions
5
6
7
+ * Copyright (c) 1994, Regents of the University of California
8
9
+ * $Id: dynahash.h,v 1.1 1996/11/09 05:48:28 momjian Exp $
10
11
+ *-------------------------------------------------------------------------
12
+ */
13
+#ifndef DYNAHASH_H
14
+#define DYNAHASH_H
15
+
16
+extern int my_log2(long num);
17
18
+#endif DYNAHASH_H /* DYNAHASH_H */
19
0 commit comments