Обсуждение: [COMMITTERS] pgsql: Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.

Поиск
Список
Период
Сортировка

[COMMITTERS] pgsql: Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.

От
Andres Freund
Дата:
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.

This could lead to problem when simplehash.h is used to define two
different types of hashtable visible in the same translation unit.

Reported-By: Josh Soref
Discussion: https://postgr.es/m/CACZqfqCC7WdBAY=rQePb9-qW1rjdaTdHsV5KoVejHkDb6qrtOg@mail.gmail.com

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8f7277dfb5e703a034dbce7b155d998e577a6bc3

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