Re: Fix overflow in justify_interval related functions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Joseph Koshakow <koshy44(at)gmail(dot)com>
Cc: Nathan Bossart <nathandbossart(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Fix overflow in justify_interval related functions
Date: 2022-02-28 20:38:31
Message-ID: 2735312.1646080711@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Joseph Koshakow <koshy44(at)gmail(dot)com> writes:
> [ v4-0001-Check-for-overflow-in-justify_interval-functions.patch ]

Pushed. I added a comment explaining why the one addition in
interval_justify_interval doesn't require an overflow check.

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Stephen Frost 2022-02-28 20:45:19 Re: Proposal: Support custom authentication methods using hooks
Previous Message Jacob Champion 2022-02-28 20:21:45 Re: [PATCH] Enable SSL library detection via PQsslAttribute