From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Jeremy Drake <pgbuildfarm(at)jdrake(dot)com>
Cc:
PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>,
Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject:
Re: [COMMITTERS] pgsql: Refactor flex and bison make rules
Date:
2012-11-29 04:03:01
Message-ID:
23496.1354161781@sss.pgh.pa.us (view raw or flat )
Thread:
2012-10-11 11:07:03 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2012-11-28 19:14:19 from Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
2012-11-28 20:47:56 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-11-28 23:01:38 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-28 23:07:06 from Peter Eisentraut <peter_e(at)gmx(dot)net>
2012-11-28 23:19:31 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-28 23:29:56 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-11-28 23:49:52 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-28 23:13:52 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-11-29 03:43:14 from Jeremy Drake <pgbuildfarm(at)jdrake(dot)com>
2012-11-29 04:03:01 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-29 04:49:14 from Jeremy Drake <pgbuildfarm(at)jdrake(dot)com>
2012-11-29 16:17:44 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-11-29 16:31:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-29 20:33:59 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-29 21:24:13 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-11-29 22:20:25 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-29 23:09:27 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-11-29 23:23:08 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-29 23:31:23 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-11-30 00:16:14 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-30 00:24:32 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2012-11-30 00:32:31 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-30 00:20:53 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2012-11-29 22:36:32 from Noah Misch <noah(at)leadboat(dot)com>
2012-11-29 23:00:30 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Lists:
pgsql-committers pgsql-hackers
Jeremy Drake <pgbuildfarm(at)jdrake(dot)com> writes:
> While we're talking about odd issues that only seem to happen on Okapi,
> does anyone know of anything I can do to diagnose the pg_upgrade failure
> on the 9.2 branch? There are no rogue (non-buildfarm-related)
> postmaster/postgres processes running on the machine.
[ digs around ... ] It looks like the failure is coming from here:
if (strlen(path) >= sizeof(unp->sun_path))
return EAI_FAIL;
What's the size of the sun_path member of struct sockaddr_un on your
machine? I count 115 characters in your socket path ... maybe you
just need a less deeply nested test directory.
(If that is the problem, seems like we need to return something
more helpful than EAI_FAIL here.)
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Tom LaneDate: 2012-11-29 04:40:27
Subject : Re: Bugs in CREATE/DROP INDEX CONCURRENTLY
Previous :From : Jeremy DrakeDate : 2012-11-29 03:43:14
Subject : Re: [COMMITTERS] pgsql: Refactor flex and bison make rules
pgsql-committers by date
Next :From: Jeremy DrakeDate: 2012-11-29 04:49:14
Subject : Re: [COMMITTERS] pgsql: Refactor flex and bison make rules
Previous :From : Jeremy DrakeDate : 2012-11-29 03:43:14
Subject : Re: [COMMITTERS] pgsql: Refactor flex and bison make rules