From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Joseph Koshakow <koshy44(at)gmail(dot)com> |
Cc: | Andres Freund <andres(at)anarazel(dot)de>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: Fix overflow in DecodeInterval |
Date: | 2022-03-22 00:31:28 |
Message-ID: | 2432343.1647909088@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:
> [ v8-0001-Check-for-overflow-when-decoding-an-interval.patch ]
This isn't applying per the cfbot; looks like it got sideswiped
by 9e9858389. Here's a quick rebase. I've not reviewed it, but
I did notice (because git was in my face about this) that it's
got whitespace issues. Please try to avoid unnecessary whitespace
changes ... pgindent will clean those up, but it makes reviewing
harder.
regards, tom lane
Attachment | Content-Type | Size |
---|---|---|
v9-0001-Check-for-overflow-when-decoding-an-interval.patch | text/x-diff | 100.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2022-03-22 00:32:06 | Re: Supply restore_command to pg_rewind via CLI argument |
Previous Message | Andres Freund | 2022-03-22 00:30:28 | Re: Allow batched insert during cross-partition updates |