Craig Ruff <cruff@ucar.edu> writes:
> I'm trying to use 7.3.5 (for an upgrade of 7.3.2) on Irix 6.5.18 using the
> MIPSpro 7.4.1 compiler. Everything compiles up ok, but 'make check' fails
> at the "enabling unlimited row size for system tables..." step with
> a core dump of postgres.
Hmm, hard to see what could have broken between 7.3.2 and 7.3.4.
> Has anyone fixed this yet?
Nope, first we've heard of it.
> If not, does anyone have hints that I can pursue since I have the
> source compiled up with debugging enabled?
It would seem that the culprit must be somewhere in the 7.3.2-to-7.3.4
changes in xlog.c:
http://developer.postgresql.org/cvsweb.cgi/pgsql-server/src/backend/access/transam/xlog.c.diff?r1=1.109&r2=1.109.2.3
but I sure don't see anything there that looks like a potential
portability issue.
regards, tom lane