On Sat, Oct 5, 2013 at 7:54 PM, Alvaro Herrera wrote:
> MauMau escribió:
> > >>From: "Alvaro Herrera"
> > >>>Can you please send a fixup patch to what's already committed?
> > >>
> > >>OK, I'll send a patch against HEAD, which will be a few lines. Am I
> > >>understanding the meaning of "fixup p
MauMau escribió:
> >>From: "Alvaro Herrera"
> >>>Can you please send a fixup patch to what's already committed?
> >>
> >>OK, I'll send a patch against HEAD, which will be a few lines. Am I
> >>understanding the meaning of "fixup patch"?
> >
> >Yep, thanks.
>
> Please use the attached patch. Tha
From: "Alvaro Herrera"
>Can you please send a fixup patch to what's already committed?
OK, I'll send a patch against HEAD, which will be a few lines. Am I
understanding the meaning of "fixup patch"?
Yep, thanks.
Please use the attached patch. Thanks.
Regards
MauMau
reliable_immediate_sh
MauMau escribió:
> From: "Alvaro Herrera"
> >Can you please send a fixup patch to what's already committed?
>
> OK, I'll send a patch against HEAD, which will be a few lines. Am I
> understanding the meaning of "fixup patch"?
Yep, thanks.
--
Álvaro Herrerahttp://www.2ndQuadran
From: "Alvaro Herrera"
Can you please send a fixup patch to what's already committed?
OK, I'll send a patch against HEAD, which will be a few lines. Am I
understanding the meaning of "fixup patch"?
Regards
MauMau
--
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To m
MauMau escribió:
> "AbortStartTime > 0" is also necessary to avoid sending SIGKILL
> repeatedly. I sent the attached patch during the original
> discussion. The below fragment is relevant:
Can you please send a fixup patch to what's already committed?
--
Álvaro Herrerahttp://ww
From: "Jeff Janes"
--
I've implemented the Min to Max change and did some more testing. Now I
have a different but related problem (which I also saw before, but less
often than the select() one). The 5 second clock doesn't get turned off.
So afte
Noah Misch escribió:
> On Tue, Sep 10, 2013 at 05:18:21PM -0700, Jeff Janes wrote:
> > I think the problem is here, where there should be a Max rather than a Min:
> >
> > commit 82233ce7ea42d6ba519aaec63008aff49da6c7af
> > Author: Alvaro Herrera
> > Date: Fri Jun 28 17:20:53 2013 -0400
> >
>
On Tue, Sep 10, 2013 at 05:18:21PM -0700, Jeff Janes wrote:
> I've been getting some failures after an immediate shutdown or crash,
> during severe IO stress, with the message:
>
> LOG: XX000: select() failed in postmaster: Invalid argument
> LOCATION: ServerLoop, postmaster.c:1560
>
> It is tr