Re: Fix overflow in justify_interval related functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Fix overflow in justify_interval related functions
Date
Msg-id 2735312.1646080711@sss.pgh.pa.us
Whole thread Raw
In response to Re: Fix overflow in justify_interval related functions  (Joseph Koshakow <koshy44@gmail.com>)
List pgsql-hackers
Joseph Koshakow <koshy44@gmail.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



pgsql-hackers by date:

Previous
From: Jacob Champion
Date:
Subject: Re: [PATCH] Enable SSL library detection via PQsslAttribute
Next
From: Stephen Frost
Date:
Subject: Re: Proposal: Support custom authentication methods using hooks