Minor issues with code comments related to abbreviated keys

Lists: pgsql-hackers
From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Minor issues with code comments related to abbreviated keys
Date: 2015-01-23 01:17:14
Message-ID: CAM3SWZSZaCyMqECLSVFPSuhb2NFCsKUPLE_oVqj8hhaiEgqLpA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

Attached patch fixes minor issues in code comments that relate to
abbreviated keys.

--
Peter Geoghegan

Attachment Content-Type Size
abbreviation_comments.patch text/x-patch 1.4 KB

From: Peter Geoghegan <pg(at)heroku(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor issues with code comments related to abbreviated keys
Date: 2015-01-23 19:59:52
Message-ID: CAM3SWZS=g_07=WgO+hYVu_hD4a91bxxH7hNw-7bqMa4hA_tXZw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Thu, Jan 22, 2015 at 5:17 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> Attached patch fixes minor issues in code comments that relate to
> abbreviated keys.

There should also be a description of hyperLogLog in the new README
file within ./src/backend/lib/

I suggest:

hyperloglog.c - a streaming cardinality estimator
--
Peter Geoghegan


From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Peter Geoghegan <pg(at)heroku(dot)com>
Cc: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Minor issues with code comments related to abbreviated keys
Date: 2015-01-23 20:09:43
Message-ID: CA+TgmoYkY917vWfCSMxHS-abPcFuVs3htD7E-Nz4ZhKjcDcGZA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-hackers

On Fri, Jan 23, 2015 at 2:59 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
> On Thu, Jan 22, 2015 at 5:17 PM, Peter Geoghegan <pg(at)heroku(dot)com> wrote:
>> Attached patch fixes minor issues in code comments that relate to
>> abbreviated keys.
>
> There should also be a description of hyperLogLog in the new README
> file within ./src/backend/lib/
>
> I suggest:
>
> hyperloglog.c - a streaming cardinality estimator

Committed with that addition.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company