pgsql: Doc: clarify a critical and undocumented aspect of simplehash.h. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Doc: clarify a critical and undocumented aspect of simplehash.h.
Date
Msg-id E1mdfJN-0003Qh-I0@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Doc: clarify a critical and undocumented aspect of simplehash.h.

I just got burnt by trying to use pg_malloc instead of pg_malloc0
with this.  Save the next hacker some time by not leaving this
API detail undocumented.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/b1ce6c284366ce1dae120f5d10dd59e8804322ee

Modified Files
--------------
src/include/lib/simplehash.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Next
From: Andrew Dunstan
Date:
Subject: pgsql: Add module build directory to the PATH for TAP tests