pgsql: Doc: clarify a critical and undocumented aspect of simplehash.h.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Doc: clarify a critical and undocumented aspect of simplehash.h.
Дата
Msg-id E1mdfJN-0003Qh-I0@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: pgsql: Reference test binary using TESTDIR in 001_libpq_pipeline.pl.
Следующее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Add module build directory to the PATH for TAP tests