pgsql: Improve comment in hashsearch.c.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve comment in hashsearch.c.
Date: 2017-01-18 21:39:23
Message-ID: E1cTxwx-0007uO-BE@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve comment in hashsearch.c.

Typo fix from Mithun Cy; other improvements by me.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e37360d5df240443bb6e997d26d54f59146283fc

Modified Files
--------------
src/backend/access/hash/hashsearch.c | 21 +++++++++++----------
1 file changed, 11 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2017-01-18 21:47:00 pgsql: Move targetlist SRF handling from expression evaluation to new e
Previous Message Tom Lane 2017-01-18 21:34:12 pgsql: Reset the proper GUC in create_index test.