Re: pgsql: Improve index AMs' opclass validation procedures.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Rowley <david(dot)rowley(at)2ndquadrant(dot)com>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Improve index AMs' opclass validation procedures.
Date: 2016-01-22 02:14:32
Message-ID: 2283.1453428872@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

David Rowley <david(dot)rowley(at)2ndquadrant(dot)com> writes:
> I'm getting 3 new warnings with this change which mention about 32-bit
> bit shifting then bitwise anding to a 64-bit variable.
> The attached fixes the warnings

Pushed, thanks.

regards, tom lane

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-01-22 03:26:27 pgsql: Make extract() do something more reasonable with infinite dateti
Previous Message Tom Lane 2016-01-22 02:14:13 pgsql: Suppress compiler warning.