]> granicus.if.org Git - postgresql/commit
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
authorAndres Freund <andres@anarazel.de>
Wed, 1 Mar 2017 18:17:12 +0000 (10:17 -0800)
committerAndres Freund <andres@anarazel.de>
Wed, 1 Mar 2017 18:17:12 +0000 (10:17 -0800)
commit8f7277dfb5e703a034dbce7b155d998e577a6bc3
treebd690aa5e2f14df4e7fea11dc67d3a7d4729d638
parent005638e9886aeedeeef933bdbd123d928053d390
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
src/include/lib/simplehash.h