pgsql: Fix incorrect typecast.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix incorrect typecast.
Date: 2017-02-22 06:43:42
Message-ID: E1cgQeM-0003d6-Al@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix incorrect typecast.

Ashutosh Sharma, per a report from Mithun Cy.

Discussion: http://postgr.es/m/CAD__OujgqNNnCujeFTmKpjNu+W4smS8Hbi=RcWAhf1ZUs3H4WA@mail.gmail.com

Branch
------
master

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

Modified Files
--------------
contrib/pageinspect/hashfuncs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2017-02-22 06:55:14 pgsql: Pass the source text for a parallel query to the workers.
Previous Message Michael Paquier 2017-02-22 04:27:00 Re: pgsql: Fix connection leak in DROP SUBSCRIPTION command.