Revision 936b62ddf247c26e8cc4fca34bd8a4c2e65c09fd authored by Tom Lane on 20 June 2016, 20:23:47 UTC, committed by Tom Lane on 20 June 2016, 20:23:47 UTC
1 parent 1fe1204
Raw File
dynahash.h
/*-------------------------------------------------------------------------
 *
 * dynahash
 *	  POSTGRES dynahash.h file definitions
 *
 *
 * Portions Copyright (c) 1996-2016, PostgreSQL Global Development Group
 * Portions Copyright (c) 1994, Regents of the University of California
 *
 * src/include/utils/dynahash.h
 *
 *-------------------------------------------------------------------------
 */
#ifndef DYNAHASH_H
#define DYNAHASH_H

extern int	my_log2(long num);

#endif   /* DYNAHASH_H */
back to top