Обсуждение: [COMMITTERS] pgsql: Avoid redefining simplehash_allocate/simplehash_free.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Avoid redefining simplehash_allocate/simplehash_free.

От
Robert Haas
Дата:
Avoid redefining simplehash_allocate/simplehash_free.

There's no generic guard against multiple inclusion in this file,
for good reason.  But these typedefs need one, as per a report
from Jeff Janes.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ac8eb972f268c787bfe7579b1747c3866fced5a9

Modified Files
--------------
src/include/lib/simplehash.h | 3 +++
1 file changed, 3 insertions(+)