[COMMITTERS] pgsql: Avoid redefining simplehash_allocate/simplehash_free.

Поиск
Список
Период
Сортировка
От Robert Haas
Тема [COMMITTERS] pgsql: Avoid redefining simplehash_allocate/simplehash_free.
Дата
Msg-id E1cbDCU-00057N-Hw@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Robert Haas
Дата:
Сообщение: [COMMITTERS] pgsql: Allow the element allocator for a simplehash to be specified.
Следующее
От: Tom Lane
Дата:
Сообщение: [COMMITTERS] pgsql: Speed up "brin" regression test a little bit.