[PATCH] Fix type var declaration (src/backend/access/brin/brin.c)

From: Ranier Vilela <ranier(dot)vf(at)gmail(dot)com>
To: Pg Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Fix type var declaration (src/backend/access/brin/brin.c)
Date: 2020-03-31 17:16:56
Message-ID: CAEudQAp2OEMTAjnbtayaod4YgfZFx72mE-wx15R2eKEpHgjHfQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,
bringetbitmap function returns int64 value, but internally uses int.
For prevent future bugs, fix to right type.

best regards,

Ranier Vilela

Attachment Content-Type Size
fix_int64_brin.patch application/octet-stream 454 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2020-03-31 17:18:13 Re: Explain: Duplicate key "Workers" in JSON format
Previous Message Andres Freund 2020-03-31 17:16:22 Re: Explain: Duplicate key "Workers" in JSON format