]> granicus.if.org Git - postgresql/commit
Avoid redefining simplehash_allocate/simplehash_free.
authorRobert Haas <rhaas@postgresql.org>
Tue, 7 Feb 2017 21:20:05 +0000 (16:20 -0500)
committerRobert Haas <rhaas@postgresql.org>
Tue, 7 Feb 2017 21:20:05 +0000 (16:20 -0500)
commitac8eb972f268c787bfe7579b1747c3866fced5a9
tree2d604f2a655ebe9b21485eb23437bf65f4507578
parent565903af474e85cef28ff712d773f13b6701ded5
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.
src/include/lib/simplehash.h