Re: simplehash.h typo

From: Andres Freund <andres(at)anarazel(dot)de>
To: Heikki Linnakangas <hlinnaka(at)iki(dot)fi>
Cc: Jeff Janes <jeff(dot)janes(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: simplehash.h typo
Date: 2017-06-05 08:26:51
Message-ID: 20170605082651.pjvyb7h44l5qrbvn@alap3.anarazel.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2017-06-05 11:10:12 +0300, Heikki Linnakangas wrote:
> On 05/28/2017 04:50 AM, Jeff Janes wrote:
> > /* round up size to the next power of 2, that's the bucketing works */
> >
> >
> > That should probably be "that's the **way** bucketing works". Or maybe it
> > is an idiom I don't grok.

No, you're perfectly right!

> Fixed, thanks. I also fixed and clarified some other comments in the file
> that seemed wrong or confusing to me.

Thanks for looking - I don't see any commit though?

- Andres

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2017-06-05 08:32:00 Re: simplehash.h typo
Previous Message Etsuro Fujita 2017-06-05 08:25:27 Re: Bug in ExecModifyTable function and trigger issues for foreign tables