Thread: Typo in shared_record_table_compare() commentary

Typo in shared_record_table_compare() commentary

From
Arthur Zakirov
Date:
Hello hackers,

During studying dshash I've found a little typo. There is no
SharedRecordTableKey struct in the code, I think the commentary refers
to SharedRecordTableKey struct.

The patch is attached.

-- 
Arthur Zakirov
Postgres Professional: http://www.postgrespro.com
Russian Postgres Company

Attachment

Re: Typo in shared_record_table_compare() commentary

From
Thomas Munro
Date:
On Thu, Mar 29, 2018 at 10:16 PM, Arthur Zakirov
<a.zakirov@postgrespro.ru> wrote:
> During studying dshash I've found a little typo. There is no
> SharedRecordTableKey struct in the code, I think the commentary refers
> to SharedRecordTableKey struct.

Right, thanks!

> The patch is attached.

+1

-- 
Thomas Munro
http://www.enterprisedb.com


Re: Typo in shared_record_table_compare() commentary

From
Magnus Hagander
Date:


On Thu, Mar 29, 2018 at 11:37 AM, Thomas Munro <thomas.munro@enterprisedb.com> wrote:
On Thu, Mar 29, 2018 at 10:16 PM, Arthur Zakirov
<a.zakirov@postgrespro.ru> wrote:
> During studying dshash I've found a little typo. There is no
> SharedRecordTableKey struct in the code, I think the commentary refers
> to SharedRecordTableKey struct.

Right, thanks!

> The patch is attached.

+1

Applied, thanks.
 
--