From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Andres Freund <andres(at)anarazel(dot)de> |
Cc: | cm(at)enterprisedb(dot)com, remi_zara(at)mac(dot)com, Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: Unportable implementation of background worker start |
Date: | 2017-04-24 21:33:39 |
Message-ID: | 8191.1493069619@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Andres Freund <andres(at)anarazel(dot)de> writes:
> On 2017-04-24 13:16:44 -0700, Andres Freund wrote:
>> Unclear if related, but
>> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=gharial&dt=2017-04-24%2019%3A30%3A42
>> has a suspicious timing of failing in a weird way.
> Given that gharial is also failing on 9.6 (same set of commits) and
> coypu fails (again same set) on 9.6
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=coypu&dt=2017-04-24%2018%3A20%3A33
coypu's problem is unrelated:
running bootstrap script ... 2017-04-24 23:04:53.084 CEST [21114] FATAL: could not create semaphores: No space left on device
2017-04-24 23:04:53.084 CEST [21114] DETAIL: Failed system call was semget(1, 17, 03600).
but it does seem likely that one of these patches broke gharial.
That's pretty annoying :-(
regards, tom lane
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2017-04-24 21:38:07 | Re: Unportable implementation of background worker start |
Previous Message | Jeff Janes | 2017-04-24 21:12:29 | Re: DELETE and UPDATE with LIMIT and ORDER BY |