[COMMITTERS] pgsql: Fix s/ITERTOR/ITERATOR/ typo in simplehash.h. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
Date
Msg-id E1cj8rC-0004Ol-7v@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix naming inconsistency
Next
From: Peter Eisentraut
Date:
Subject: [COMMITTERS] pgsql: Fix timeouts in PostgresNode::psql