[COMMITTERS] pgsql: Avoid redefining simplehash_allocate/simplehash_free. - Mailing list pgsql-committers

From Robert Haas
Subject [COMMITTERS] pgsql: Avoid redefining simplehash_allocate/simplehash_free.
Date
Msg-id E1cbDCU-00057N-Hw@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(+)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Allow the element allocator for a simplehash to be specified.
Next
From: Tom Lane
Date:
Subject: [COMMITTERS] pgsql: Speed up "brin" regression test a little bit.