Re: 7.0.2 regressions testing on Sparc running 2.5.1 - Mailing list pgsql-novice

From ghaverla@freenet.edmonton.ab.ca
Subject Re: 7.0.2 regressions testing on Sparc running 2.5.1
Date
Msg-id Pine.A41.3.95.1000901102916.46860K-100000@freenet.edmonton.ab.ca
Whole thread Raw
In response to Re: 7.0.2 regressions testing on Sparc running 2.5.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: 7.0.2 regressions testing on Sparc running 2.5.1  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-novice
The first ERROR listed in the diffs comes from CurrentMemoryContext not
being locate din regress.so.  I've never had a bug like this to
trackdown before, so I don't know if the following is meaningful
or not.

This variable/symbol has an underfined address in every *.so
present.  If I go looking in just object modules, it is defined
in 3 with valid addresses, all other object modules which define
this symbol also have no defined address for it.
src/backend/utils/mmgr/mcxt.o
 00000004 g     0 .data  00000004 CurrentMemoryContext
src/backend/utils/mmgr/SUBSYS.o
 00000004 g     0 .data  00000004 CurrentMemoryContext
src/backend/utils/SUBSYS.o
 00007954 g     0 .data  00000004 CurrentMemoryContext

Is this normal, that it is the same in 2 modules, but not
the third?

Gord

Matter Realisations     http://www.materialisations.com/
Gordon Haverland, B.Sc. M.Eng. President
101  9504 182 St. NW    Edmonton, AB, CA  T5T 3A7
780/481-8019            ghaverla @ freenet.edmonton.ab.ca


pgsql-novice by date:

Previous
From: "Warren Odom"
Date:
Subject: RE: sql with postgresql beginner
Next
From: Alfred Perlstein
Date:
Subject: Trigger on 0 updated?