Avoid redefining simplehash_allocate/simplehash_free.

Robert Haas <rhaas@postgresql.org>

Commit: ac8eb972f268c787bfe7579b1747c3866fced5a9
Author: Robert Haas <rhaas@postgresql.org>
Date: 2017-02-07T21:20:05Z
Releases: 10.0
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.

Files

PathChange+/−
src/include/lib/simplehash.h modified +3 −0