mirror of https://github.com/postgres/postgres
All the callers of my_log2() are now limited inside dynahash.c, so let's remove this header. The same capability is provided by pg_bitutils.h already. Discussion: https://postgr.es/m/CAEZATCUJPQD_7sC-wErak2CQGNa6bj2hY-mr8wsBki=kX7f2_A@mail.gmail.commaster
parent
b1187266e0
commit
e6da68a6e1
@ -1,20 +0,0 @@ |
||||
/*-------------------------------------------------------------------------
|
||||
* |
||||
* dynahash.h |
||||
* POSTGRES dynahash.h file definitions |
||||
* |
||||
* |
||||
* Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group |
||||
* Portions Copyright (c) 1994, Regents of the University of California |
||||
* |
||||
* IDENTIFICATION |
||||
* src/include/utils/dynahash.h |
||||
* |
||||
*------------------------------------------------------------------------- |
||||
*/ |
||||
#ifndef DYNAHASH_H |
||||
#define DYNAHASH_H |
||||
|
||||
extern int my_log2(int64 num); |
||||
|
||||
#endif /* DYNAHASH_H */ |
Loading…
Reference in new issue